pp: update to 1.0.3.

This commit is contained in:
Daniel Lewan 2020-06-24 19:06:55 +02:00 committed by Andrew Benson
parent 3b994445fb
commit c1f3b51b01

View file

@ -1,14 +1,14 @@
# Template file for 'pp' # Template file for 'pp'
pkgname=pp pkgname=pp
version=1.0.1 version=1.0.3
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
short_desc="Simple preprocessor" short_desc="Simple preprocessor"
maintainer='Michal V <michal@pmsdev.tk>' maintainer='Michal V <michal@pmsdev.tk>'
license="ISC" license="ISC"
homepage="https://adi.tilde.institute/pp/" homepage="https://mkws.sh/pp.html"
distfiles="https://adi.tilde.institute/${pkgname}/${pkgname}-${version}.tgz" distfiles="https://mkws.sh/pp/pp@${version}.tgz"
checksum=90501faa2952223d3e1e3bdae94fe6e911b271678075fee792ba30cc8e3499e0 checksum=8f7309d5a8d193fb60d36affa56599800f8f849037f7115066a6fd15f5aefac2
wrksrc="${pkgname}" wrksrc="${pkgname}"
@ -19,4 +19,5 @@ do_build() {
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
vdoc README vdoc README
vman pp.1
} }