void-packages/srcpkgs/zathura/template

30 lines
863 B
Bash
Raw Normal View History

2014-07-08 13:27:34 +02:00
# Template file for 'zathura'
pkgname=zathura
2015-04-14 18:33:16 +02:00
version=0.3.3
2014-11-14 17:48:18 +01:00
revision=1
2014-07-08 13:27:34 +02:00
build_style=gnu-makefile
# COLOR=0 to avoid "tput not found" spam in the build output
make_build_args="COLOR=0"
make_install_args="COLOR=0"
maintainer="Dominik Honnef <dominik@honnef.co>"
hostmakedepends="pkg-config intltool"
makedepends="girara-devel sqlite-devel file-devel zlib-devel"
2014-07-08 13:27:34 +02:00
license="zlib"
homepage="http://pwmt.org/projects/zathura/installation/"
short_desc="A highly customizable and functional document viewer"
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.gz"
2015-04-14 18:33:16 +02:00
checksum=3347decfc8d4b918a6bca1d44657c3b97d4afcea3c8c1f162c57198b13e8dce7
2014-07-08 13:27:34 +02:00
post_install() {
vlicense LICENSE
}
zathura-devel_package() {
depends="girara-devel cairo-devel"
2014-07-08 13:27:34 +02:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
2014-07-08 13:27:34 +02:00
}
}