### this file is sourced not run
PKGVER=1.5.2
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=visidata-$PKGVER.tar.gz
MD5SUM=2b660d7a0386c456b13cfc688214599c
SRC_URL=https://github.com/saulpw/visidata/archive/v${PKGVER}.tar.gz
BUNDLE=

SLACKREQ='python3 python3-dateutil'
SLACKDESC="python3-visidata: python3-visidata $PKGVER (Terminal data manipulator)
python3-visidata: 
python3-visidata: VisiData is an interactive multitool for tabular data. It combines 
python3-visidata: the clarity of a spreadsheet, the efficiency of the terminal, and the 
python3-visidata: power of Python, into a lightweight utility which can handle millions 
python3-visidata: of rows with ease.
python3-visidata: 
python3-visidata: http://visidata.org/
python3-visidata: 
python3-visidata: 
python3-visidata:
"
SLACKSUG='python3-openpyxl python3-xlrd python3-lxml python3-requests python3-psycopg2'

### default pkg_download
### default pkg_prepare
### default pkg_package

### build
pkg_build() {
	pkg_build_python3modules &&
	pkg_build_slackdesc
}


