18 lines
625 B
Bash
18 lines
625 B
Bash
# Template file for 'kiwix-tools'
|
|
pkgname=kiwix-tools
|
|
version=1.2.1
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config"
|
|
makedepends="kiwix-lib-devel zlib-devel libmicrohttpd-devel libuuid-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=e8a218a7a8aedbcb279820ff6d241bb60e046eb4173f9bc7ae0fd3cbd0b52e8e
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kiwix-lib-devel"
|
|
fi
|