# Maintainer: Johannes Löthberg # Contributor: Daniel Wallace # Contributor: Sergej Pupykin # Contributor: karnath pkgname=zathura-djvu pkgver=0.2.9 pkgrel=1 pkgdesc="DjVu support for Zathura" url="https://pwmt.org/projects/zathura-djvu/" arch=('x86_64') license=('custom') depends=('djvulibre' 'zathura' 'desktop-file-utils') makedepends=('meson' 'ninja') source=(zathura-djvu-$pkgver.tar.gz::https://github.com/pwmt/zathura-djvu/archive/$pkgver.tar.gz) sha1sums=('a0b95991138729fd918c5ea2c3a5a8193696fe65') build(){ cd zathura-djvu-$pkgver arch-meson build ninja -C build } package(){ DESTDIR="$pkgdir" ninja -C zathura-djvu-$pkgver/build install install -Dm0644 zathura-djvu-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE }