void-packages/srcpkgs/tab/template
2017-05-17 13:05:14 +02:00

21 lines
602 B
Bash

# Template file for 'tab'
pkgname=tab
version=6.2.1
revision=1
wrksrc="tkatchev-tab-55d384458ecc"
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=374e1e8a6e4e6a90ab7faf54a5603c969fcbe64d2dc01f5da44990e1e25d715e
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
}