From a11ba409dfcbc800c4bb7799a2e348dc9d9952c2 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Mon, 7 Jul 2014 20:11:47 +0200 Subject: [PATCH] New package: abduco-0.1 --- srcpkgs/abduco/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/abduco/template diff --git a/srcpkgs/abduco/template b/srcpkgs/abduco/template new file mode 100644 index 00000000000..5724aa7cb1a --- /dev/null +++ b/srcpkgs/abduco/template @@ -0,0 +1,20 @@ +# Template file for 'abduco' +pkgname=abduco +version=0.1 +revision=1 +build_style=gnu-makefile +short_desc="Session management in a clean and simple way" +maintainer="Ypnose " +license="ISC" +homepage="http://www.brain-dump.org/projects/abduco/" +distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=b4ef297cb7cc81170dc7edf75385cb1c55e024a52f90c1dd0bc0e9862e6f39b5 + +pre_build() { + sed -i 's|@strip|@${STRIP}|g' Makefile +} + +post_install() { + vlicense LICENSE + vdoc README +}