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