# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit toolchain-funcs xdg DESCRIPTION="The Jolly Good Reference Frontend" HOMEPAGE="https://jgemu.gitlab.io/jgrf.html" if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/jgemu/${PN}.git" else SRC_URI="https://gitlab.com/jgemu/${PN}/-/archive/${PV}/${P}.tar.bz2" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="BSD CC0-1.0 MIT ZLIB" SLOT="1" DEPEND=" dev-libs/miniz dev-libs/openssl:0=