mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 21:35:15 +02:00
31 lines
710 B
Text
31 lines
710 B
Text
# Maintainer: Celeste <cielesti@protonmail.com>
|
|
maintainer="Celeste <cielesti@protonmail.com>"
|
|
pkgname=zathura-djvu
|
|
pkgver=0.2.10
|
|
pkgrel=3
|
|
pkgdesc="DjVu plugin for zathura"
|
|
url="https://pwmt.org/projects/zathura-djvu/"
|
|
arch="all"
|
|
license="Zlib"
|
|
options="!check" # no tests
|
|
depends="zathura"
|
|
makedepends="
|
|
djvulibre-dev
|
|
muon
|
|
zathura-dev
|
|
"
|
|
source="https://pwmt.org/projects/zathura-djvu/download/zathura-djvu-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-muon \
|
|
build .
|
|
ninja -C build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" muon -C build install
|
|
}
|
|
|
|
sha512sums="
|
|
c743e60588e07fe18f7da8db1ae9ae997ffb50ef696258f1901523159ff4d29e5649b13d6e52f53cf79f19429083308390c0b4923081451bf5c4bfb9ac6e8903 zathura-djvu-0.2.10.tar.xz
|
|
"
|