18 lines
533 B
Bash
18 lines
533 B
Bash
# Template file for 'zathura-ps'
|
|
pkgname=zathura-ps
|
|
version=0.2.6
|
|
revision=1
|
|
build_style=meson
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libspectre-devel zathura-devel"
|
|
depends="zathura"
|
|
license="zlib"
|
|
homepage="http://pwmt.org/projects/zathura-ps/"
|
|
short_desc="PostScript support for zathura"
|
|
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
|
|
checksum=7eb085b41fc88979f997310b4e703455e6a81b6ef1ae7db0b6324b6f13c2cf73
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|