20 lines
617 B
Bash
20 lines
617 B
Bash
# Template file for 'zathura-cb'
|
|
pkgname=zathura-cb
|
|
version=0.1.11
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config"
|
|
makedepends="zathura-devel libarchive-devel"
|
|
depends="zathura"
|
|
short_desc="Comic book support for zathura"
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
license="Zlib"
|
|
homepage="https://pwmt.org/projects/zathura-cb/"
|
|
changelog="https://pwmt.org/projects/zathura-cb/changelog/${version}/index.html"
|
|
distfiles="https://pwmt.org/projects/zathura-cb/download/zathura-cb-${version}.tar.xz"
|
|
checksum=4e201ea54cdc20a93258c43556f6389441af99740de7dca6ca1ff524172fbd47
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|