# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake kodi-addon DESCRIPTION="Kodi PVR addon Freebox TV" HOMEPAGE="https://github.com/aassif/pvr.freebox" SRC_URI="" case ${PV} in 9999) SRC_URI="" EGIT_REPO_URI="https://github.com/aassif/pvr.freebox.git" inherit git-r3 ;; *) CODENAME="Nexus" KEYWORDS="~amd64 ~x86" SRC_URI="https://github.com/aassif/pvr.freebox/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/pvr.freebox-${PV}-${CODENAME}" ;; esac LICENSE="MIT" SLOT="0" IUSE="" DEPEND=" =media-tv/kodi-20* dev-libs/tinyxml dev-cpp/nlohmann_json " RDEPEND=" ${DEPEND} "