diff --git a/srcpkgs/unifdef/template b/srcpkgs/unifdef/template new file mode 100644 index 00000000000..4ea8e25769d --- /dev/null +++ b/srcpkgs/unifdef/template @@ -0,0 +1,16 @@ +# Template file for 'unifdef' +pkgname=unifdef +version=2.10 +revision=1 +build_style=gnu-makefile +make_install_args="prefix=/usr" +short_desc="Selectively remove C preprocessor conditionals" +maintainer="Oliver Kiddle " +license="2-clause-BSD" +homepage="http://dotat.at/prog/unifdef/" +distfiles="${homepage}/unifdef-${version}.tar.xz" +checksum=3b9b2b6b1952e9b9c1b9f734edec270689a35bdbf33ae66b50e19b2ed0d2df06 + +post_install() { + vlicense COPYING +}