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