19 lines
533 B
Bash
19 lines
533 B
Bash
# Template file for 'zathura-cb'
|
|
pkgname=zathura-cb
|
|
version=0.1.8
|
|
revision=1
|
|
build_style=meson
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="zathura-devel libarchive-devel"
|
|
depends="zathura"
|
|
license="zlib"
|
|
homepage="http://pwmt.org/projects/zathura-cb/"
|
|
short_desc="Comic book support for zathura"
|
|
distfiles="http://pwmt.org/projects/${pkgname}/download/${pkgname}-${version}.tar.xz"
|
|
checksum=452a0702e257dbed6a84b7faf6b51e4eb57a163654bbcddf6301143d3770ccc4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|