vp-build/srcpkgs/kiwix-lib/template

32 lines
1009 B
Bash

# Template file for 'kiwix-lib'
pkgname=kiwix-lib
version=2.0.2
revision=2
build_style=meson
hostmakedepends="pkg-config ctpp2"
makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel
$(vopt_if ctpp2 ctpp2-devel) $(vopt_if aria2 libaria2-devel)
gtest-devel"
short_desc="Common code base for all Kiwix ports"
maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"
homepage="https://www.kiwix.org/"
changelog="https://github.com/kiwix/kiwix-lib/blob/${version}/ChangeLog"
distfiles="https://github.com/kiwix/kiwix-lib/archive/${version}.tar.gz"
checksum=af73875d7845d5333ae04462859cdbe3620294a06938440423ab9d967e6d7638
build_options="aria2 ctpp2"
build_options_default="aria2 ctpp2"
kiwix-lib-devel_package() {
short_desc+=" - development packages"
depends="pugixml-devel icu-devel xapian-core-devel libzim-devel
ctpp2-devel libaria2-devel ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
vmove usr/bin
vmove usr/include
}
}