22 lines
602 B
Bash
22 lines
602 B
Bash
# Template file for 'tab'
|
|
pkgname=tab
|
|
version=6.2.4
|
|
revision=1
|
|
wrksrc="tkatchev-tab-5f844032197b"
|
|
short_desc="Shell language for text/number manipulation"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Boost Software License 1.0"
|
|
homepage="http://tkatchev.bitbucket.io/tab/"
|
|
distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
|
|
checksum=3c3fbdf8d735316c64a654505e44a28baa75d6a7ff4d3065dfcc72bf2cea8411
|
|
|
|
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
|
|
}
|