void-packages/srcpkgs/zathura-ps/template

20 lines
628 B
Bash

# Template file for 'zathura-ps'
pkgname=zathura-ps
version=0.2.8
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/"
changelog="https://pwmt.org/projects/zathura-ps/changelog/${version}/index.html"
distfiles="https://pwmt.org/projects/zathura-ps/download/zathura-ps-${version}.tar.xz"
checksum=07ca594f7277f9876d0038048418343ea2964028e93c90f9569eff36a8932e4a
post_install() {
vlicense LICENSE
}