mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
27 lines
580 B
Bash
27 lines
580 B
Bash
# Copyright 2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
PYTHON_COMPAT=( python3_{11..13} )
|
|
|
|
inherit meson python-any-r1
|
|
|
|
DESCRIPTION="ZIM file format: an offline storage solution for content coming from the Web"
|
|
HOMEPAGE="https://wiki.openzim.org/wiki/OpenZIM"
|
|
SRC_URI="https://github.com/openzim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
RDEPEND="
|
|
app-arch/lzma
|
|
app-arch/xz-utils
|
|
app-arch/zstd:=
|
|
dev-libs/icu:=
|
|
dev-libs/xapian:=
|
|
"
|
|
DEPEND="${RDEPEND}"
|
|
BDEPEND="${PYTHON_DEPS}"
|