mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
remove repository.kodinerds from addons
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
5101f8090d
commit
4269b7e2ee
@ -1,8 +0,0 @@
|
||||
102
|
||||
- rebuild for 8.1
|
||||
|
||||
101
|
||||
- switched to new official Kodinerds repo
|
||||
|
||||
100
|
||||
- initial LibreELEC version
|
Binary file not shown.
Before Width: | Height: | Size: 68 KiB |
@ -1,30 +0,0 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="repository.kodinerds"
|
||||
PKG_VERSION="9.0"
|
||||
PKG_REV="103"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodinerds.net"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION=""
|
||||
PKG_SHORTDESC="Kodinerds add-on repository"
|
||||
PKG_LONGDESC="Kodinerds add-on repository"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Kodinerds Repository"
|
||||
PKG_ADDON_TYPE="xbmc.addon.repository"
|
||||
|
||||
make_target() {
|
||||
sed -e "s|@PKG_VERSION@|$PKG_VERSION|g" \
|
||||
-e "s|@PKG_REV@|$PKG_REV|g" \
|
||||
-i addon.xml
|
||||
}
|
||||
|
||||
addon() {
|
||||
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID
|
||||
cp -R $PKG_BUILD/* $ADDON_BUILD/$PKG_ADDON_ID
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="repository.kodinerds"
|
||||
name="Kodinerds Add-ons"
|
||||
version="@PKG_VERSION@.@PKG_REV@"
|
||||
provider-name="Kodinerds.net">
|
||||
<requires>
|
||||
<import addon="xbmc.addon" version="12.0.0"/>
|
||||
</requires>
|
||||
<extension point="xbmc.addon.repository" name="L0RE">
|
||||
<info compressed="true">https://raw.githubusercontent.com/kodinerds/repo/master/addons.xml</info>
|
||||
<checksum>https://raw.githubusercontent.com/kodinerds/repo/master/addons.xml.md5</checksum>
|
||||
<datadir zip="true">https://raw.githubusercontent.com/kodinerds/repo/master/</datadir>
|
||||
</extension>
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<summary>Install add-ons from Kodinerds</summary>
|
||||
<summary lang="de">Installiere Add-ons von Kodinerds</summary>
|
||||
<description>Download and install add-ons from Kodinerds repository.</description>
|
||||
<description lang="de">Downloade und installiere Add-ons von der Kodinerds Repository.</description>
|
||||
<disclaimer></disclaimer>
|
||||
<platform>all</platform>
|
||||
<assets>
|
||||
<icon>resources/icon.png</icon>
|
||||
<fanart>resources/fanart.png</fanart>
|
||||
</assets>
|
||||
</extension>
|
||||
</addon>
|
Loading…
x
Reference in New Issue
Block a user