# Template file for 'tab'
pkgname=tab
version=9.2
revision=1
build_style=gnu-makefile
checkdepends="python3"
short_desc="Shell language for text/number manipulation"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSL-1.0"
homepage="http://tkatchev.bitbucket.io/tab/"
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
checksum=e985d7bfd2a724fd7f5cbc68153978ad5ee80be43240a805105275da33d75254

do_check() {
	( cd test; python go.py; )
}

do_install() {
	vbin tab
	vlicense LICENSE.txt LICENSE
	vdoc README.md
}
