vp-build/srcpkgs/kiwix-tools/template

19 lines
637 B
Bash

# Template file for 'kiwix-tools'
pkgname=kiwix-tools
version=0.8.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.0-or-later"
homepage="https://kiwix.org"
changelog="https://github.com/kiwix/kiwix-tools/blob/${version}/Changelog"
distfiles="https://github.com/kiwix/kiwix-tools/archive/${version}.tar.gz"
checksum=4cf3289670d42cdc9a5c9145544f9936aa0a2f125582b36ac843177f69487295
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kiwix-lib-devel"
fi