package/kodi-peripheral-xarcade: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2017-05-07 13:32:05 +02:00 committed by Thomas Petazzoni
parent b0432b5d79
commit fae7573fca
4 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_KODI_PERIPHERAL_XARCADE
bool "kodi-peripheral-xarcade"
help
X-Arcade Tankstick support for Kodi
https://github.com/kodi-game/peripheral.xarcade

View File

@ -0,0 +1,2 @@
# Locally computed
sha256 cd503e7f1413214693c28b59f19f3fffe0a54cff5c29d43b2eca9bb31c10edeb kodi-peripheral-xarcade-f1875ba4b7aa6ce85ec40fedf48ed5501c79e5fd.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# kodi-peripheral-xarcade
#
################################################################################
KODI_PERIPHERAL_XARCADE_VERSION = f1875ba4b7aa6ce85ec40fedf48ed5501c79e5fd
KODI_PERIPHERAL_XARCADE_SITE = $(call github,kodi-game,peripheral.xarcade,$(KODI_PERIPHERAL_XARCADE_VERSION))
KODI_PERIPHERAL_XARCADE_LICENSE = GPL-2.0+
KODI_PERIPHERAL_XARCADE_LICENSE_FILES = src/addon.cpp
KODI_PERIPHERAL_XARCADE_DEPENDENCIES = kodi
$(eval $(cmake-package))

View File

@ -296,6 +296,7 @@ endmenu
menu "Peripheral addons"
source "package/kodi-peripheral-joystick/Config.in"
source "package/kodi-peripheral-steamcontroller/Config.in"
source "package/kodi-peripheral-xarcade/Config.in"
endmenu
menu "PVR addons"