~alpine/aports

testing/zathura-djvu: new aport v1 PROPOSED

Cormac Stephenson <c7s@kasku.net>
Cormac Stephenson: 1
 testing/zathura-djvu: new aport

 1 files changed, 24 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3740/mbox | git am -3
Learn more about email & git

[PATCH] testing/zathura-djvu: new aport Export this patch

Cormac Stephenson <c7s@kasku.net>
---
 testing/zathura-djvu/APKBUILD | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 testing/zathura-djvu/APKBUILD

diff --git a/testing/zathura-djvu/APKBUILD b/testing/zathura-djvu/APKBUILD
new file mode 100644
index 0000000000..a581139f83
--- /dev/null
+++ b/testing/zathura-djvu/APKBUILD
@@ -0,0 +1,24 @@
# Maintainer: Cormac Stephenson <c7s@kasku.net>
pkgname=zathura-djvu
pkgver=0.2.9
pkgrel=0
pkgdesc="djvu plugin for zathura"
url="https://pwmt.org/projects/zathura-djvu/"
arch="all"
license="Zlib"
options="!check" # no tests
makedepends="meson zathura-dev djvulibre-dev"
depends="zathura"
source="https://pwmt.org/projects/zathura-djvu/download/zathura-djvu-$pkgver.tar.xz"

build() {
	abuild-meson build
	meson compile ${JOBS:+-j ${JOBS}} -C build
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C build
}
sha512sums="
3c2815e7f1cdfb9fc594dc6ad65359245f322e5fa27f018fb9431747e4d474734f5efd134aaeb9dabde09b01de603b1d1dc7aede883b1ef81266e067b0490726  zathura-djvu-0.2.9.tar.xz
"
-- 
2.32.0