20 lines
669 B
Bash
20 lines
669 B
Bash
# Template file for 'kiwix-tools'
|
|
pkgname=kiwix-tools
|
|
version=3.5.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config"
|
|
makedepends="kiwix-lib-devel zlib-devel libmicrohttpd-devel libuuid-devel
|
|
libcurl-devel libzim-devel"
|
|
short_desc="Kiwix command line tools"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://kiwix.org"
|
|
changelog="https://raw.githubusercontent.com/kiwix/kiwix-tools/main/Changelog"
|
|
distfiles="https://github.com/kiwix/kiwix-tools/archive/refs/tags/${version}.tar.gz"
|
|
checksum=b15e69dd0ae690cb7a000ad815e5037db5276d92310e0b44832b960a51bfaeac
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kiwix-lib-devel"
|
|
fi
|