22 lines
496 B
Bash
22 lines
496 B
Bash
# Template file for 'pp'
|
|
pkgname=pp
|
|
version=1.0.11
|
|
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=3c85716c05145c85f281478c82f445d9a808faad0497b438a8bfcbfdfd055665
|
|
|
|
do_build() {
|
|
make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README
|
|
vman pp.1
|
|
}
|