add applyppf template

master
an 2019-10-26 03:20:02 -04:00
parent 4a783d527c
commit 267fc94163
1 changed files with 20 additions and 0 deletions

20
srcpkgs/applyppf/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'applyppf'
pkgname=applyppf
version=3.0
revision=1
hostmakedepends="unzip"
create_wrksrc=yes
short_desc="PlayStation Patch File application tool"
maintainer="Alison Watson <marrub@greyserv.net>"
license="GPL-3.0-or-later"
homepage="http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/emulators/applyppf/DESCR"
distfiles="http://ftp.netbsd.org/pub/pkgsrc/distfiles/applyppf3_src.zip"
checksum=49a1be17e1c87a41a85068d23afad3860ede49e61db90d1d086ead036d63eae2
do_build() {
cc -o applyppf applyppf3_linux.c
}
do_install() {
install -Dm0755 applyppf "${DESTDIR}"/usr/bin/applyppf
}