void-packages/srcpkgs/zathura-djvu/template
2022-03-17 01:13:08 +01:00

19 lines
546 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="https://git.pwmt.org/pwmt/zathura-djvu/"
distfiles="https://git.pwmt.org/pwmt/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=84fae6da42e7cdc2e49ed4cd4f0315ac09716e95358b9c7487803a2cff47dbca
post_install() {
vlicense LICENSE
}