python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / tab / template
blobd94991d1c0b7b015f5e8c417f5ec0da452832ea5
1 # Template file for 'tab'
2 pkgname=tab
3 version=6.2.3
4 revision=1
5 wrksrc="tkatchev-tab-3afe351a9c65"
6 short_desc="Shell language for text/number manipulation"
7 maintainer="Leah Neukirchen <leah@vuxu.org>"
8 license="Boost Software License 1.0"
9 homepage="http://tkatchev.bitbucket.io/tab/"
10 distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2"
11 checksum=61cdc47f86e150bbdb47b0d7d8a930f17238ebea92b8af9a7aa9c26e12e7a3ec
13 do_build() {
14         ${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm
17 do_install() {
18         vbin tab
19         vlicense LICENSE.txt LICENSE
20         vdoc README.md