tab: update to 9.0.
This commit is contained in:
parent
6acea0537e
commit
bb23efc5ea
1 changed files with 8 additions and 3 deletions
|
@ -1,19 +1,24 @@
|
|||
# Template file for 'tab'
|
||||
pkgname=tab
|
||||
version=8.0
|
||||
version=9.0
|
||||
revision=1
|
||||
wrksrc="tkatchev-tab-39f1ea7c81e7"
|
||||
wrksrc="tkatchev-tab-95a2e7a0d12d"
|
||||
checkdepends="python3"
|
||||
short_desc="Shell language for text/number manipulation"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSL-1.0"
|
||||
homepage="http://tkatchev.bitbucket.io/tab/"
|
||||
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
|
||||
checksum=294993423eb9aae1ab7a4a3f10f31911766115e39ef11d5c77e067395bcf7794
|
||||
checksum=1df7244af5db044fc4a6a38f2aa22e040246580bddd89bccb64d3967699d01d1
|
||||
|
||||
do_build() {
|
||||
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
|
||||
}
|
||||
|
||||
do_check() {
|
||||
( cd test; python go.py; )
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin tab
|
||||
vlicense LICENSE.txt LICENSE
|
||||
|
|
Loading…
Reference in a new issue