Skip to content

Commit

Permalink
media-plugins/kodi-service-mpremote-interface: add 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dguglielmi committed Jan 17, 2025
1 parent aa2788f commit 44eb72f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-plugins/kodi-service-mpremote-interface/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST kodi-service-mpremote-interface-1.0.7.tar.gz 306941 BLAKE2B 196a3d487f0adc5c0aedadc9c631ad1ec287e2c48495ed7d5ad71bb868fe8297784f1afcbed12ad9a15c4a80239aaa968ce2cbb56253eee95720fcf9b8a541b3 SHA512 c1c1842f5774d69eac5b992c3eff8aeb5f5c3466a1cb71d1861e0c972b3a8cc3fdc55be806401b5fed46c67181746849745968688d7e85862b1dfe1d2b6fcd02
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

KODI_ADDON_TAG="f37a8392b7288a483757994602ac2c88ab3bf938"
KODI_ADDON_ID="service.mpremote.interface"

DESCRIPTION="Multimedia Player Remote Interfaces for Kodi"
HOMEPAGE="https://github.com/wastis/MediaPlayerRemoteInterface"

SRC_URI="
https://github.com/wastis/MediaPlayerRemoteInterface/archive/${KODI_ADDON_TAG}.tar.gz
-> ${P}.tar.gz
"
S="${WORKDIR}/MediaPlayerRemoteInterface-${KODI_ADDON_TAG}"

LICENSE="GPL-3+"
SLOT="0"

KEYWORDS="~amd64 ~x86"

RDEPEND="media-tv/kodi"
DEPEND="media-tv/kodi"

src_install() {
insinto "/usr/share/kodi/addons/${KODI_ADDON_ID}"
doins -r "${S}"/.
}
11 changes: 11 additions & 0 deletions media-plugins/kodi-service-mpremote-interface/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>[email protected]</email>
<name>David GUGLIELMI</name>
</maintainer>
<upstream>
<remote-id type="github">wastis/MediaPlayerRemoteInterface</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 44eb72f

Please sign in to comment.