1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 09:32:37 +01:00

media-plugins/kodi-service-mpremote-interface: add 1.0.7

This commit is contained in:
2025-01-17 22:01:48 +01:00
parent aa2788f255
commit 44eb72f1e6
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST kodi-service-mpremote-interface-1.0.7.tar.gz 306941 BLAKE2B 196a3d487f0adc5c0aedadc9c631ad1ec287e2c48495ed7d5ad71bb868fe8297784f1afcbed12ad9a15c4a80239aaa968ce2cbb56253eee95720fcf9b8a541b3 SHA512 c1c1842f5774d69eac5b992c3eff8aeb5f5c3466a1cb71d1861e0c972b3a8cc3fdc55be806401b5fed46c67181746849745968688d7e85862b1dfe1d2b6fcd02

View File

@@ -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}"/.
}

View File

@@ -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>david.guglielmi@gmail.com</email>
<name>David GUGLIELMI</name>
</maintainer>
<upstream>
<remote-id type="github">wastis/MediaPlayerRemoteInterface</remote-id>
</upstream>
</pkgmetadata>