# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake DESCRIPTION="A JSON terminal UI made in C++" HOMEPAGE="https://github.com/ArthurSonzogni/json-tui" SRC_URI=" https://github.com/ArthurSonzogni/json-tui/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz " LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" #RESTRICT="!test? ( test )" RESTRICT="test" # broken tests COMMON_DEPEND="