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 +}