From f6e66e3da4634864cf47a3251d0c010e5ee6dd05 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Tue, 8 Jul 2014 13:28:35 +0200 Subject: [PATCH] New package: zathura-djvu-0.2.3 --- srcpkgs/zathura-djvu/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/zathura-djvu/template diff --git a/srcpkgs/zathura-djvu/template b/srcpkgs/zathura-djvu/template new file mode 100644 index 00000000000..941fa4b4f68 --- /dev/null +++ b/srcpkgs/zathura-djvu/template @@ -0,0 +1,17 @@ +# Template file for 'zathura-djvu' +pkgname=zathura-djvu +version=0.2.3 +revision=1 +build_style=gnu-makefile +maintainer="Dominik Honnef " +hostmakedepends="pkg-config" +makedepends="djvulibre-devel zathura-devel" +license="zlib" +homepage="http://pwmt.org/projects/zathura-djvu/" +short_desc="DjVu support for zathura" +distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.gz" +checksum=c16e82d525012b788fd01c4189df93708fcffffb7dd34ca09db55005d644ed89 + +post_install() { + vlicense LICENSE +}