From 008cb506911fa6471ec5e92935cf5ccb837666b2 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 30 Sep 2017 22:36:52 +0200 Subject: [PATCH] New package: kiwix-tools-0.3 Closes: #9222 [via git-merge-pr] --- srcpkgs/kiwix-tools/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/kiwix-tools/template diff --git a/srcpkgs/kiwix-tools/template b/srcpkgs/kiwix-tools/template new file mode 100644 index 00000000000..897413e03b7 --- /dev/null +++ b/srcpkgs/kiwix-tools/template @@ -0,0 +1,17 @@ +# Template file for 'kiwix-tools' +pkgname=kiwix-tools +version=0.3.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 " +license="GPL-3" +homepage="https://kiwix.org" +distfiles="https://github.com/kiwix/kiwix-tools/archive/${version}.tar.gz" +checksum=49bcb8e32489d6e6e27d75c973fe9b25313b1af9cee768528d34e0f05b691ad1 + +if [ "$CROSS_BUILD" ]; then + hostmakedepends+=" kiwix-lib-devel" +fi