void-packages/srcpkgs/zathura-ps/template
2019-12-13 12:18:10 +01:00

18 lines
558 B
Bash

# Template file for 'zathura-ps'
pkgname=zathura-ps
version=0.2.6
revision=2
build_style=meson
hostmakedepends="pkg-config"
makedepends="libspectre-devel zathura-devel"
depends="zathura ghostscript"
short_desc="PostScript support for zathura"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="Zlib"
homepage="http://pwmt.org/projects/zathura-ps/"
distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=08c1927bfb8a40e201fa3638f9523d4b6d70e3444ef070bd4aa8a869b6574567
post_install() {
vlicense LICENSE
}