void-packages/srcpkgs/kiwix-tools/template
2018-03-31 17:38:56 +02:00

17 lines
551 B
Bash

# Template file for 'kiwix-tools'
pkgname=kiwix-tools
version=0.4.0
revision=1
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"
homepage="https://kiwix.org"
distfiles="https://github.com/kiwix/kiwix-tools/archive/${version}.tar.gz"
checksum=168d2616c2f1829c897462e1f7557ca3b352d6baef80d0a1f3499748031f00cd
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kiwix-lib-devel"
fi