2016-04-24 16:58:01 +02:00
|
|
|
# Template file for 'tab'
|
|
|
|
pkgname=tab
|
2016-05-23 11:56:18 +02:00
|
|
|
version=4.1
|
2016-04-24 16:58:01 +02:00
|
|
|
revision=1
|
2016-05-23 11:56:18 +02:00
|
|
|
wrksrc="tkatchev-tab-8d6175e2fa83"
|
2016-04-24 16:58:01 +02:00
|
|
|
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"
|
2016-05-23 11:56:18 +02:00
|
|
|
checksum=a24e364544c71008f03b4ddb6c72163c219099e88ab6429fdeeb4929977cca52
|
2016-04-24 16:58:01 +02:00
|
|
|
|
|
|
|
do_build() {
|
|
|
|
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vbin tab
|
|
|
|
vlicense LICENSE.txt LICENSE
|
|
|
|
}
|