diff --git a/srcpkgs/pp/template b/srcpkgs/pp/template new file mode 100644 index 0000000000..73d355c870 --- /dev/null +++ b/srcpkgs/pp/template @@ -0,0 +1,22 @@ +# Template file for 'pp' +pkgname=pp +version=1.0 +revision=1 +build_style=gnu-makefile +short_desc="Simple preprocessor" +maintainer='Michal V ' +license="ISC" +homepage="https://adi.tilde.institute/${pkgname}/" +distfiles="https://adi.tilde.institute/${pkgname}/${pkgname}-${version}.tgz" +checksum=4c0ea789f58b502b9d9f6a28096c6ee4237b805ab3947c569661906475f3e215 + +wrksrc="${pkgname}" + +do_build() { + make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS" +} + +post_install() { + vlicense LICENSE + vdoc README +}