23 lines
495 B
Bash
23 lines
495 B
Bash
# Template file for 'pp'
|
|
pkgname=pp
|
|
version=1.0.9
|
|
revision=1
|
|
wrksrc="${pkgname}"
|
|
build_style=gnu-makefile
|
|
short_desc="Simple preprocessor"
|
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
|
license="ISC"
|
|
homepage="https://mkws.sh/pp.html"
|
|
distfiles="https://mkws.sh/pp/pp@${version}.tgz"
|
|
checksum=c4044ba8c2e47d8b2ef9fd467c46ae6316fdae8a6de5faaa800b566458e1f5e4
|
|
|
|
do_build() {
|
|
make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README
|
|
vman pp.1
|
|
}
|