# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-any-r1 xdg DESCRIPTION="A hierarchical note taking application (C++ version)" HOMEPAGE="https://www.giuspen.com/cherrytree/" SRC_URI="https://github.com/giuspen/${PN}/releases/download/v$PV/${P/-/_}.tar.xz" S="${WORKDIR}"/${P/-/_} # GPL-3 — future/src/ct (CherryTree) # LGPL-2.1 — future/src/7za (7zip) # MIT — future/src/fmt (libfmt) LICENSE="GPL-3 LGPL-2.1 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls test" # Has deps that aren't available in ::gentoo repo RESTRICT="test" #