tab: update to 6.0.
This commit is contained in:
parent
375cd98a8d
commit
e88d41ca70
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'tab'
|
# Template file for 'tab'
|
||||||
pkgname=tab
|
pkgname=tab
|
||||||
version=4.1
|
version=6.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="tkatchev-tab-8d6175e2fa83"
|
wrksrc="tkatchev-tab-19b5a0ea71ae"
|
||||||
short_desc="Shell language for text/number manipulation"
|
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"
|
license="Boost Software License 1.0"
|
||||||
homepage="http://tkatchev.bitbucket.org/tab/"
|
homepage="http://tkatchev.bitbucket.org/tab/"
|
||||||
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
|
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
|
||||||
checksum=a24e364544c71008f03b4ddb6c72163c219099e88ab6429fdeeb4929977cca52
|
checksum=e5b054c307d4b0ad2c026616e979af212ee1145d430a2422f98bcea74283cce9
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
|
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
|
||||||
|
@ -17,4 +17,5 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin tab
|
vbin tab
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
vdoc README.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user