20 lines
628 B
Bash
20 lines
628 B
Bash
# Template file for 'zathura-ps'
|
|
pkgname=zathura-ps
|
|
version=0.2.7
|
|
revision=5
|
|
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=5897f9204cf5f978b9413be7ce7febde843157af48e351938edf07dbf9308e46
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|