aboutsummaryrefslogtreecommitdiffstats
path: root/community/zathura-ps
diff options
context:
space:
mode:
authorJean-Louis Fuchs <ganwell@fangorn.ch>2017-10-03 21:18:20 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-10-20 07:12:15 +0000
commita166b4eaafc293b197b0f82d88d6211609155156 (patch)
treed04d5ff1c7297ca8dbdeb30d879d898eee19926a /community/zathura-ps
parentbf352b683d8cebcefe4c49a64042d0c8d07c4baf (diff)
downloadaports-a166b4eaafc293b197b0f82d88d6211609155156.tar.bz2
aports-a166b4eaafc293b197b0f82d88d6211609155156.tar.xz
community/zathura-ps: move from testing
Diffstat (limited to 'community/zathura-ps')
-rw-r--r--community/zathura-ps/APKBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/community/zathura-ps/APKBUILD b/community/zathura-ps/APKBUILD
new file mode 100644
index 0000000000..53a683e6fc
--- /dev/null
+++ b/community/zathura-ps/APKBUILD
@@ -0,0 +1,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=2
+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"