diff --git a/srcpkgs/abduco/template b/srcpkgs/abduco/template new file mode 100644 index 0000000000..5724aa7cb1 --- /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 +}