From 479445b0428fe69a3033c76ee0e6cead3de53a7e Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 28 Aug 2015 15:57:18 +0200 Subject: [PATCH] New package: nq-0.1 --- srcpkgs/nq/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/nq/template diff --git a/srcpkgs/nq/template b/srcpkgs/nq/template new file mode 100644 index 00000000000..338384f0ba3 --- /dev/null +++ b/srcpkgs/nq/template @@ -0,0 +1,16 @@ +# Template file for 'nq' +pkgname=nq +version=0.1 +revision=1 +build_style=gnu-makefile +build_pie=yes +short_desc="Unix command line queue utility" +maintainer="Christian Neukirchen " +license="Public Domain" +homepage="https://github.com/chneukirchen/nq" +distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz" +checksum=e0962a5e6a2cbf799bba7a79af22c40d21e5a80605df42c8bba37d3d8efb1793 + +post_install() { + vlicense COPYING +}