22 lines
601 B
Bash
22 lines
601 B
Bash
# Template file for 'tab'
|
|
pkgname=tab
|
|
version=6.0
|
|
revision=1
|
|
wrksrc="tkatchev-tab-19b5a0ea71ae"
|
|
short_desc="Shell language for text/number manipulation"
|
|
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=e5b054c307d4b0ad2c026616e979af212ee1145d430a2422f98bcea74283cce9
|
|
|
|
do_build() {
|
|
${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
|
|
}
|
|
|
|
do_install() {
|
|
vbin tab
|
|
vlicense LICENSE.txt LICENSE
|
|
vdoc README.md
|
|
}
|