diff options
author | Jean-Louis Fuchs <ganwell@fangorn.ch> | 2017-10-03 21:18:20 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-10-20 07:12:15 +0000 |
commit | a166b4eaafc293b197b0f82d88d6211609155156 (patch) | |
tree | d04d5ff1c7297ca8dbdeb30d879d898eee19926a /community | |
parent | bf352b683d8cebcefe4c49a64042d0c8d07c4baf (diff) | |
download | aports-a166b4eaafc293b197b0f82d88d6211609155156.tar.bz2 aports-a166b4eaafc293b197b0f82d88d6211609155156.tar.xz |
community/zathura-ps: move from testing
Diffstat (limited to 'community')
-rw-r--r-- | community/zathura-ps/APKBUILD | 30 |
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" |