Skip to content

Commit

Permalink
media-plugins/kodi-peripheral-steamcontroller: Steam controller drive…
Browse files Browse the repository at this point in the history
…r for Kodi

Package-Manager: Portage-2.3.43, Repoman-2.3.10
  • Loading branch information
candrews committed Jul 23, 2018
1 parent 2a11e60 commit 19a303c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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}
"
12 changes: 12 additions & 0 deletions media-plugins/kodi-peripheral-steamcontroller/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</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>

0 comments on commit 19a303c

Please sign in to comment.