void-packages/srcpkgs/zathura-ps/template
2022-03-17 01:13:08 +01:00

19 lines
559 B
Bash

# Template file for 'zathura-ps'
pkgname=zathura-ps
version=0.2.7
revision=1
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="https://git.pwmt.org/pwmt/zathura-ps/"
distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=e7092c831e345002edc87321911faa27c5dc3210dd6e3939dfbc49192a54d35e
post_install() {
vlicense LICENSE
}