aboutsummaryrefslogtreecommitdiff
path: root/testing/zathura-cb/APKBUILD
blob: eb9ceeb5afc20e75b68aeb9043fefd4b2d8119bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributor: Justin Berthault <justin.berthault@zaclys.net>
# Maintainer: Justin Berthault <justin.berthault@zaclys.net>
pkgname=zathura-cb
pkgver=0.1.8
pkgrel=0
pkgdesc="Comic book support for zathura"
url="https://git.pwmt.org/pwmt/zathura-cb"
arch="all"
license="Zlib"
depends="
	desktop-file-utils
	zathura
	"
makedepends="
	libarchive-dev
	meson
	ninja
	zathura-dev
	"
source="https://git.pwmt.org/pwmt/zathura-cb/-/archive/$pkgver/zathura-cb-$pkgver.tar.gz"
options="!check" # no test suite

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

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C build
}
sha512sums="88021ef6712d4ef7cf6e9a6bbb5eecd5e35124ec36607f4e3670660253fa6eff17cecd7f3fe31fdfb05e3f38effbfbc894695752b5cd4e4bdb032ade6d3326e3  zathura-cb-0.1.8.tar.gz"