20 lines
617 B
Bash
20 lines
617 B
Bash
# Template file for 'zathura-cb'
|
|
pkgname=zathura-cb
|
|
version=0.1.10
|
|
revision=3
|
|
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=89b0ca17a80cba1ea9fd1b3b72f3a7173f0aad3a06a8c364d865c4999c18bbc8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|