aboutsummaryrefslogtreecommitdiffstats
path: root/community/zathura-ps/APKBUILD
blob: de45c46d1f3208902036131b815e17c93f5d93d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Contributor: Andrew Hills <ahills@ednos.net>
# Contributor: Jean-Louis Fuchs <ganwell@fangorn.ch>
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname=zathura-ps
pkgver=0.2.6
pkgrel=0
pkgdesc="zathura-ps - plugin adds PostScript support to zathura"
url="https://pwmt.org/projects/$pkgname"
arch="all"
license="zlib"
depends="zathura"
makedepends="zathura-dev poppler-dev libspectre-dev meson ninja"
source="https://pwmt.org/projects/zathura-ps/download/zathura-ps-$pkgver.tar.xz"

options="!check"

builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	meson build --prefix=/usr
	ninja -C build
}

package() {
	cd "$builddir"
	DESTDIR="$pkgdir" ninja -C build install
}

sha512sums="6631f9b1c951b6f91f2a5217c3de47176205102206f15b596fb21285dae8d01fd759cfaca1b8a23bf47166dfbc3f8cf6061ce5a4d7a1c3a2b671a3beef5a07bb  zathura-ps-0.2.6.tar.xz"