19 lines
533 B
Bash
19 lines
533 B
Bash
# Template file for 'zathura-djvu'
|
|
pkgname=zathura-djvu
|
|
version=0.2.9
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config"
|
|
makedepends="djvulibre-devel zathura-devel"
|
|
depends="zathura"
|
|
short_desc="DjVu support for zathura"
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
license="Zlib"
|
|
homepage="http://pwmt.org/projects/zathura-djvu/"
|
|
distfiles="https://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
|
|
checksum=96e6f8a6ee53231073b2f7003264872f84501e63c3da7bf0598d046286b0c200
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|