tab: update to 9.1.
This commit is contained in:
parent
1b439057c3
commit
d7266508f9
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'tab'
|
# Template file for 'tab'
|
||||||
pkgname=tab
|
pkgname=tab
|
||||||
version=9.0
|
version=9.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="tkatchev-tab-95a2e7a0d12d"
|
wrksrc="tkatchev-tab-457574615bf4"
|
||||||
checkdepends="python3"
|
checkdepends="python3"
|
||||||
short_desc="Shell language for text/number manipulation"
|
short_desc="Shell language for text/number manipulation"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSL-1.0"
|
license="BSL-1.0"
|
||||||
homepage="http://tkatchev.bitbucket.io/tab/"
|
homepage="http://tkatchev.bitbucket.io/tab/"
|
||||||
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
|
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
|
||||||
checksum=1df7244af5db044fc4a6a38f2aa22e040246580bddd89bccb64d3967699d01d1
|
checksum=ccc72e4c8a5f0d7786a8c4a4c8b8dd5599ad867c876605b2cacad7f32c30651a
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue