20 lines
629 B
Bash
20 lines
629 B
Bash
# Template file for 'zathura-djvu'
|
|
pkgname=zathura-djvu
|
|
version=0.2.9
|
|
revision=4
|
|
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="https://git.pwmt.org/pwmt/zathura-djvu/"
|
|
changelog="https://pwmt.org/projects/zathura-djvu/changelog/${version}/index.html"
|
|
distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=84fae6da42e7cdc2e49ed4cd4f0315ac09716e95358b9c7487803a2cff47dbca
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|