From d2374d08f495dbd671a56a1b4c98dbd58fc60b57 Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Wed, 28 Jan 2015 15:26:19 +0100 Subject: [PATCH] New package: slcp-0.2 --- srcpkgs/slcp/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/slcp/template diff --git a/srcpkgs/slcp/template b/srcpkgs/slcp/template new file mode 100644 index 00000000000..705aa72005b --- /dev/null +++ b/srcpkgs/slcp/template @@ -0,0 +1,16 @@ +# Template file for 'slcp' +pkgname=slcp +version=0.2 +revision=1 +build_style=gnu-makefile +makedepends="libgit2-devel" +short_desc="Simple shell prompt written in C" +maintainer="Duncan Overbruck " +license="THE BEER-WARE LICENSE (Revision 42)" +homepage="https://github.com/schachmat/slcp" +distfiles="https://github.com/schachmat/slcp/archive/${version}.tar.gz" +checksum=a26e56832e37dbf1c7b776ddb137e422c987c19330575708a5945697e08e7cfe + +post_install() { + vlicense LICENSE +}