tab: update to 6.0.

This commit is contained in:
Leah Neukirchen 2017-01-01 19:06:02 +01:00
parent 375cd98a8d
commit e88d41ca70

View File

@ -1,14 +1,14 @@
# Template file for 'tab'
pkgname=tab
version=4.1
version=6.0
revision=1
wrksrc="tkatchev-tab-8d6175e2fa83"
wrksrc="tkatchev-tab-19b5a0ea71ae"
short_desc="Shell language for text/number manipulation"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Boost Software License 1.0"
homepage="http://tkatchev.bitbucket.org/tab/"
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
checksum=a24e364544c71008f03b4ddb6c72163c219099e88ab6429fdeeb4929977cca52
checksum=e5b054c307d4b0ad2c026616e979af212ee1145d430a2422f98bcea74283cce9
do_build() {
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
@ -17,4 +17,5 @@ do_build() {
do_install() {
vbin tab
vlicense LICENSE.txt LICENSE
vdoc README.md
}