~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] testing/zathura-djvu: new aport

Cormac Stephenson <c7s@kasku.net>
Details
Message ID
<20211107122609.17480-1-c7s@kasku.net>
DKIM signature
missing
Download raw message
Patch: +24 -0
---
 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
Reply to thread Export thread (mbox)