From 4f29cd4eff9028b70f2aba8b29a8c97f02000563 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 24 Apr 2016 16:58:01 +0200 Subject: [PATCH] New package: tab-4.0 --- srcpkgs/tab/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/tab/template diff --git a/srcpkgs/tab/template b/srcpkgs/tab/template new file mode 100644 index 00000000000..e4aa1ce90d2 --- /dev/null +++ b/srcpkgs/tab/template @@ -0,0 +1,20 @@ +# Template file for 'tab' +pkgname=tab +version=4.0 +revision=1 +wrksrc="tkatchev-tab-94c0265aaa8d" +short_desc="Shell language for text/number manipulation" +maintainer="Christian Neukirchen " +license="Boost Software License 1.0" +homepage="http://tkatchev.bitbucket.org/tab/" +distfiles="https://bitbucket.org/tkatchev/${pkgname}/get/${version}.tar.bz2" +checksum=bf660c48a8fcabc8b5ecfa4c34c9e4fdd20611413b098a63c63b2a4538371a38 + +do_build() { + ${CXX} ${CXXFLAGS} -std=c++11 -Wall -Iaxe *.cc -o tab ${LDFLAGS} -pthread -lm +} + +do_install() { + vbin tab + vlicense LICENSE.txt LICENSE +}