-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-plugins/kodi-service-mpremote-interface: add 1.0.7
- Loading branch information
1 parent
aa2788f
commit 44eb72f
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
29 changes: 29 additions & 0 deletions
29
media-plugins/kodi-service-mpremote-interface/kodi-service-mpremote-interface-1.0.7.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
11
media-plugins/kodi-service-mpremote-interface/metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |