New package: tab-4.0

This commit is contained in:
Christian Neukirchen 2016-04-24 16:58:01 +02:00
parent 52e95f1a47
commit 4f29cd4eff
1 changed files with 20 additions and 0 deletions

20
srcpkgs/tab/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'tab'
pkgname=tab
version=4.0
revision=1
wrksrc="tkatchev-tab-94c0265aaa8d"
short_desc="Shell language for text/number manipulation"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="Boost Software License 1.0"
homepage="http://tkatchev.bitbucket.org/tab/"
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
checksum=bf660c48a8fcabc8b5ecfa4c34c9e4fdd20611413b098a63c63b2a4538371a38
do_build() {
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
}
do_install() {
vbin tab
vlicense LICENSE.txt LICENSE
}