diff --git a/media-plugins/kodi-peripheral-joystick/Manifest b/media-plugins/kodi-peripheral-joystick/Manifest new file mode 100644 index 0000000..fa3ed67 --- /dev/null +++ b/media-plugins/kodi-peripheral-joystick/Manifest @@ -0,0 +1,2 @@ +DIST kodi-peripheral-joystick-20.1.0.tar.gz 126103 BLAKE2B ead6450b2e44bf3ba7c907553541d10fdd118fc0f01ac63931d69e5674b1c709c6e5e23ddb0d808482eb9986eb42e67ef2a5cfb23e549f02b74d76ad4ed0a359 SHA512 c5016f74bee316e5b25686420125397cb1840de72be4e9a11390a1338ad920b93d2e8cf36e845feb82aba826a425152dcb621a9ef1b6aea6259d9423283957d9 +EBUILD kodi-peripheral-joystick-20.1.0.ebuild 736 BLAKE2B 6204c5ae5d0f7797988b69528c45830eacb118f1633f861cc36742fc658871fe85ca6d76b71b1875c755a8c09116fd02c20e097e0fa176a454a2d282620a8b9c SHA512 5c08136c117c400aaa36ff3ae755176929c749d2d3b16debc216550bf0bcd12125b2ab1599fd426ff47d201aaa3c7eab333334785b7e6e2cd35e84d6f474e3d7 diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-20.1.0.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-20.1.0.ebuild new file mode 100644 index 0000000..72dbec2 --- /dev/null +++ b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-20.1.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kodi-addon + +DESCRIPTION="Libretro compatibility layer for the Kodi Game API" +HOMEPAGE="https://github.com/xbmc/peripheral.joystick" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_BRANCH="Nexus" + EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git" + inherit git-r3 + ;; +*) + KEYWORDS="~amd64 ~x86" + CODENAME="Nexus" + SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/peripheral.joystick-${PV}-${CODENAME}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =media-tv/kodi-20* + dev-libs/libpcre + dev-libs/tinyxml + " +RDEPEND=" + ${DEPEND} + "