# Template file for 'tab' pkgname=tab version=6.2.2 revision=1 wrksrc="tkatchev-tab-efe6f906ae05" short_desc="Shell language for text/number manipulation" maintainer="Leah Neukirchen " license="Boost Software License 1.0" homepage="http://tkatchev.bitbucket.io/tab/" distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2" checksum=19edd1183ee0e3bb9d79e022141567779ef42d9ebddbfd09317aaf5bc700be8d 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 }