mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 14:16:17 +00:00
26 lines
514 B
Makefile
26 lines
514 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="sapphire"
|
|
PKG_VERSION="1.0"
|
|
PKG_REV="0"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE=""
|
|
PKG_URL=""
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_SECTION="driver.remote"
|
|
PKG_SHORTDESC="Add-on removed"
|
|
PKG_LONGDESC="Add-on removed"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
PKG_ADDON_BROKEN="Sapphire Remote Driver was removed."
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_NAME="Sapphire Remote Driver"
|
|
PKG_ADDON_TYPE="xbmc.broken"
|
|
|
|
addon() {
|
|
:
|
|
}
|