void-packages/srcpkgs/zpaq/template

25 lines
545 B
Plaintext
Raw Normal View History

2015-01-22 00:12:39 +01:00
# 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
2015-01-22 16:18:26 +01:00
hostmakedepends="unzip pod2mdoc"
2015-01-22 00:12:39 +01:00
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
homepage="http://mattmahoney.net/dc/zpaq.html"
distfiles="http://mattmahoney.net/dc/zpaq660.zip"
create_wrksrc=yes
checksum=58fe7d94421ac115fb04eb58bacc17093ebd1294b05320989bcb1ce3be29cbdc
2015-01-22 16:18:26 +01:00
do_build() {
make ${makejobs}
pod2mdoc zpaq.pod > zpaq.1
}
2015-01-22 00:12:39 +01:00
do_install() {
vbin zpaq
2015-01-22 16:18:26 +01:00
vman zpaq.1
2015-01-22 00:12:39 +01:00
}