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