aboutsummaryrefslogtreecommitdiffstats
path: root/testing
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 /testing
parentbf352b683d8cebcefe4c49a64042d0c8d07c4baf (diff)
downloadaports-a166b4eaafc293b197b0f82d88d6211609155156.tar.bz2
aports-a166b4eaafc293b197b0f82d88d6211609155156.tar.xz
community/zathura-ps: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/zathura-ps/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/zathura-ps/APKBUILD b/testing/zathura-ps/APKBUILD
deleted file mode 100644
index 53a683e6fc..0000000000
--- a/testing/zathura-ps/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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"