From 78f4b854e690e07bf2f4421b0a2f21186f76a162 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Tue, 8 Jul 2014 13:27:51 +0200 Subject: [PATCH] New package: zathura-ps-0.2.2 --- srcpkgs/zathura-ps/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/zathura-ps/template diff --git a/srcpkgs/zathura-ps/template b/srcpkgs/zathura-ps/template new file mode 100644 index 0000000000..3ba88bba2e --- /dev/null +++ b/srcpkgs/zathura-ps/template @@ -0,0 +1,17 @@ +# Template file for 'zathura-ps' +pkgname=zathura-ps +version=0.2.2 +revision=1 +build_style=gnu-makefile +maintainer="Dominik Honnef " +hostmakedepends="pkg-config" +makedepends="libspectre-devel zathura-devel" +license="zlib" +homepage="http://pwmt.org/projects/zathura-ps/" +short_desc="PostScript support for zathura" +distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.gz" +checksum=e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8 + +post_install() { + vlicense LICENSE +}