aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zathura-ps/APKBUILD
blob: 4bb7e74aaf2e76e57d9861e6b0c27626c7e9ed4f (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.4
pkgrel=1
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"
source="https://pwmt.org/projects/zathura-ps/download/zathura-ps-$pkgver.tar.gz"

options="!check"

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

build() {
	make -C "$builddir"
}

package() {
	make PREFIX=/usr DESTDIR="$pkgdir" \
		-C "$builddir" install
}

md5sums="553330eae86da48c0231f348181b9a82  zathura-ps-0.2.4.tar.gz"
sha256sums="fb9fc7e9e7765fb0aa2935b93ff3663332d0d884df35e8d0b1ea7e4b1fa0abdb  zathura-ps-0.2.4.tar.gz"
sha512sums="c63cbd4ff032cffa85305393a8e7f2864986e3a8204832cd7f9f12878e2c69fd0393ace91dd7b0fa8829f3a785abc2675d2ecb99dfa71794d699b567be954922  zathura-ps-0.2.4.tar.gz"