package/kodi-peripheral-xarcade: new package
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 7 May 2017 11:32:05 +0000 (13:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 16 Jul 2017 14:16:01 +0000 (16:16 +0200)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kodi-peripheral-xarcade/Config.in [new file with mode: 0644]
package/kodi-peripheral-xarcade/kodi-peripheral-xarcade.hash [new file with mode: 0644]
package/kodi-peripheral-xarcade/kodi-peripheral-xarcade.mk [new file with mode: 0644]
package/kodi/Config.in

diff --git a/package/kodi-peripheral-xarcade/Config.in b/package/kodi-peripheral-xarcade/Config.in
new file mode 100644 (file)
index 0000000..8d3c678
--- /dev/null
@@ -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
diff --git a/package/kodi-peripheral-xarcade/kodi-peripheral-xarcade.hash b/package/kodi-peripheral-xarcade/kodi-peripheral-xarcade.hash
new file mode 100644 (file)
index 0000000..48dc5a0
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 cd503e7f1413214693c28b59f19f3fffe0a54cff5c29d43b2eca9bb31c10edeb  kodi-peripheral-xarcade-f1875ba4b7aa6ce85ec40fedf48ed5501c79e5fd.tar.gz
diff --git a/package/kodi-peripheral-xarcade/kodi-peripheral-xarcade.mk b/package/kodi-peripheral-xarcade/kodi-peripheral-xarcade.mk
new file mode 100644 (file)
index 0000000..c4ddba3
--- /dev/null
@@ -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))
index 50dc2ff58070a7eac6478c16e82d4c5417db5ea7..545b394d8639aeeb8ad6989d494b17db8f26fbc3 100644 (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"