# Template file for 'pp' pkgname=pp version=1.0.11 revision=2 build_style=gnu-makefile short_desc="Simple preprocessor" maintainer="Daniel Lewan " license="ISC" homepage="https://adi.onl/pp.html" distfiles="https://adi.onl/pp/pp@${version}.tgz" checksum=b3eff814cbb351fd957e8faf3252f7dee1c97759f451e8ec892815cc384a3af0 do_build() { make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS" } post_install() { vlicense LICENSE vdoc README vman pp.1 }