void-packages/srcpkgs/tab/template
2017-08-05 19:02:07 +02:00

22 lines
602 B
Bash

# Template file for 'tab'
pkgname=tab
version=6.2.3
revision=1
wrksrc="tkatchev-tab-3afe351a9c65"
short_desc="Shell language for text/number manipulation"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Boost Software License 1.0"
homepage="http://tkatchev.bitbucket.io/tab/"
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
checksum=61cdc47f86e150bbdb47b0d7d8a930f17238ebea92b8af9a7aa9c26e12e7a3ec
do_build() {
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
}
do_install() {
vbin tab
vlicense LICENSE.txt LICENSE
vdoc README.md
}