summaryrefslogtreecommitdiff
path: root/media-plugins/kodi-peripheral-steamcontroller
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-04 08:53:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-04 08:53:53 +0100
commite3872864be25f7421015bef2732fa57c0c9fb726 (patch)
tree9cb29a544215119b5c5538e37211b994ce1c87ae /media-plugins/kodi-peripheral-steamcontroller
parent480486b52ea64765faf696c88b2c6a26a5a454d4 (diff)
gentoo resync : 04.08.2018
Diffstat (limited to 'media-plugins/kodi-peripheral-steamcontroller')
-rw-r--r--media-plugins/kodi-peripheral-steamcontroller/Manifest2
-rw-r--r--media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild37
-rw-r--r--media-plugins/kodi-peripheral-steamcontroller/metadata.xml12
3 files changed, 51 insertions, 0 deletions
diff --git a/media-plugins/kodi-peripheral-steamcontroller/Manifest b/media-plugins/kodi-peripheral-steamcontroller/Manifest
new file mode 100644
index 000000000000..f2f47da0eba7
--- /dev/null
+++ b/media-plugins/kodi-peripheral-steamcontroller/Manifest
@@ -0,0 +1,2 @@
+EBUILD kodi-peripheral-steamcontroller-9999.ebuild 755 BLAKE2B 737ee3ed3cb0a034fd876810ded2c1fdb64679745ded5796ac4a453d3a582381a9d396f22570148b08f2b80f14149dd5baaaf19d65035e93c6ca31010e9d5b00 SHA512 a29b34882927c88f62a594dc4a371947194a4be0252c280719e356603b6540be3568c7a8f84c726e03f429b5be965a287e0b87444a77ddd20c31b7f93e660e45
+MISC metadata.xml 451 BLAKE2B 693a4209127aafd693b5d826563ea913406cdd3445ac138426c18f3c1e8de2d3fd76ff590d51e9df1986f6f0bad0529e56faa32799cceb9fda3ef94d9022d92e SHA512 2e596edc4ed91a27b5fcee8b99a7defbe08a2ee6a4579635484631dbf64b539854418921b393e63e68f045415e998d0a3facb70a786b87c5a4dc40409d2fa807
diff --git a/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild b/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild
new file mode 100644
index 000000000000..d0320868c73d
--- /dev/null
+++ b/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Steam controller driver for Kodi"
+HOMEPAGE="https://github.com/xbmc/peripheral.steamcontroller"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/kodi-game/peripheral.steamcontroller.git"
+ inherit git-r3
+ ;;
+*)
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/kodi-game/peripheral.steamcontroller/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/peripheral.steamcontroller-${PV}"
+ ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ ~media-tv/kodi-9999
+ ~media-libs/kodi-platform-9999
+ =dev-libs/libplatform-2*
+ virtual/libusb:1
+ "
+RDEPEND="
+ ${DEPEND}
+ "
diff --git a/media-plugins/kodi-peripheral-steamcontroller/metadata.xml b/media-plugins/kodi-peripheral-steamcontroller/metadata.xml
new file mode 100644
index 000000000000..43c6920e0654
--- /dev/null
+++ b/media-plugins/kodi-peripheral-steamcontroller/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>candrews@gentoo.org</email>
+ <name>Craig Andrews</name>
+ </maintainer>
+ <longdescription>Steam controller driver for Kodi</longdescription>
+ <upstream>
+ <remote-id type="github">kodi-game/peripheral.steamcontroller</remote-id>
+ </upstream>
+</pkgmetadata>