Merge pull request #907 from necrophcodr/pkg-add-zpaq

New package: zpaq
This commit is contained in:
Juan RP 2015-01-22 20:20:21 +01:00
commit d28ca584df
1 changed files with 24 additions and 0 deletions

24
srcpkgs/zpaq/template Normal file
View File

@ -0,0 +1,24 @@
# template for 'zpaq'
pkgname=zpaq
version=6.60
revision=1
license="GPL-3"
short_desc="Incremental Journaling Backup Utility and Archiver"
build_style=gnu-makefile
hostmakedepends="unzip pod2mdoc"
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
homepage="http://mattmahoney.net/dc/zpaq.html"
distfiles="http://mattmahoney.net/dc/zpaq660.zip"
create_wrksrc=yes
checksum=58fe7d94421ac115fb04eb58bacc17093ebd1294b05320989bcb1ce3be29cbdc
do_build() {
make ${makejobs}
pod2mdoc zpaq.pod > zpaq.1
}
do_install() {
vbin zpaq
vman zpaq.1
}