void-packages/srcpkgs/kiwix-tools/template

18 lines
637 B
Bash

# Template file for 'kiwix-tools'
pkgname=kiwix-tools
version=0.6.0
revision=2
build_style=meson
hostmakedepends="pkg-config"
makedepends="kiwix-lib-devel zlib-devel libmicrohttpd-devel libuuid-devel ctpp2-devel"
short_desc="Kiwix command line tools"
maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"
#changelog="https://github.com/kiwix/kiwix-tools/blob/${verion}/Changelog"
homepage="https://kiwix.org"
distfiles="https://github.com/kiwix/kiwix-tools/archive/${version}.tar.gz"
checksum=0907b21937d64bf89950c50ea8a8d396cf88bb8db76cc51f4fdcbdedbbd71cc2
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kiwix-lib-devel"
fi