Received: from mout-p-103.mailbox.org (mout-p-103.mailbox.org [80.241.56.161]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E44FE78078F for <~alpine/aports@lists.alpinelinux.org>; Sun, 7 Nov 2021 12:33:53 +0000 (UTC) Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4HnD5J2LKKzQjDw; Sun, 7 Nov 2021 13:27:00 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kasku.net; s=MBO0001; t=1636288017; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=BrrYfGx4sPbGuN2DZAg7JWr5qJCuuFglxgsZ62DUxAQ=; b=C07xThuNjZbJf3tm0Ge6FFpD4P5OFnm5f/jhIDXJWG8K0huWb/qcYLfSHYfcGx9GCZgk7N PHkExA7VcsiNIG81nm0CXFo92bSG/nos9wMG/UeoYBwpv/L3GV84lJMT70Cf+lbb47EXEm mpYmKKIL2+ZC7f2Q/8aBzfXcR1znuYfjv92as25Kbd9Gf7K6r8pVUwtsJ4YHTQ8yaj836D 60X29XWFMK5yjYKwhTAunshPSSpixp41aauON7kj0bMztyQLcP0b8AM8OgZLPAz9M0GmbA 0yB7fvOEEqbICwLLu3zme555l2ZwyOaEIDKE9MYQDlpbBwCkkJiAZqKnFW/xOg== From: Cormac Stephenson To: ~alpine/aports@lists.alpinelinux.org Cc: Cormac Stephenson Subject: [PATCH] testing/zathura-djvu: new aport Date: Sun, 7 Nov 2021 12:26:10 +0000 Message-Id: <20211107122609.17480-1-c7s@kasku.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5D7F7183C --- 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 +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