1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit cmake kodi-addon
8 DESCRIPTION="Libretro compatibility layer for the Kodi Game API"
9 HOMEPAGE="https://github.com/xbmc/peripheral.joystick"
16 EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git"
20 KEYWORDS="~amd64 ~x86"
22 SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
23 S="${WORKDIR}/peripheral.joystick-${PV}-${CODENAME}"