0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-12-15 21:29:06 +00:00

21 lines
955 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.libreelec.tv"
name="LibreELEC Add-ons"
version="@ADDON_VERSION@"
provider-name="Team LibreELEC">
<extension point="xbmc.addon.repository"
name="LibreELEC Add-ons">
<dir>
<info>@ADDON_URL@/addons.xml.gz</info>
<checksum verify="sha256">@ADDON_URL@/addons.xml.gz.sha256</checksum>
<datadir zip="true">@ADDON_URL@</datadir>
<hashes>false</hashes>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>LibreELEC Add-ons</summary>
<description>The LibreELEC add-on repository contains Kodi PVR Clients and Servers, Screensavers, Visualisations, and more. Add-ons in this repository are maintained and supported by LibreELEC staff and YOU the community. If you find a broken or non-working add-on please report it via the forums, or help by submitting fixes via GitHub.</description>
<platform>all</platform>
</extension>
</addon>