tab: update to 8.0.
This commit is contained in:
parent
a8bb8d2ea0
commit
627234cbe8
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'tab'
|
# Template file for 'tab'
|
||||||
pkgname=tab
|
pkgname=tab
|
||||||
version=7.2
|
version=8.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="tkatchev-tab-f2e160ebddf8"
|
wrksrc="tkatchev-tab-39f1ea7c81e7"
|
||||||
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=446703528a7e51601371240a8fb74665aa98b02b2c89034ed61705bb3ff488b4
|
checksum=294993423eb9aae1ab7a4a3f10f31911766115e39ef11d5c77e067395bcf7794
|
||||||
|
|
||||||
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