# Contributor: Justin Berthault <justin.berthault@zaclys.net>
# Maintainer:
pkgname=zathura-cb
pkgver=0.1.11
pkgrel=1
pkgdesc="Comic book support for zathura"
url="https://pwmt.org/projects/zathura-cb/"
arch="all"
license="Zlib"
depends="
	desktop-file-utils
	zathura
	"
makedepends="
	libarchive-dev
	meson
	ninja
	zathura-dev
	"
source="https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.xz"
options="!check" # no test suite

build() {
	abuild-meson build
	meson compile -C build
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C build
}
sha512sums="
f927c4021937505bbc83d47959f4275701449dc4e889dd4a92ef7feecfcdf5ae772d34bb787ef8638c5fe209a1851ce355740c2b80921139f10fc059bd67f39d  zathura-cb-0.1.11.tar.xz
"
