diff --git a/srcpkgs/zpaq/template b/srcpkgs/zpaq/template index 06cf276a65c..f6f29b12f51 100644 --- a/srcpkgs/zpaq/template +++ b/srcpkgs/zpaq/template @@ -6,13 +6,19 @@ revision=1 license="GPL-3" short_desc="Incremental Journaling Backup Utility and Archiver" build_style=gnu-makefile -hostmakedepends="unzip" +hostmakedepends="unzip pod2mdoc" maintainer="necrophcodr " 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 }