mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 10:46:19 +00:00
26 lines
517 B
Makefile
26 lines
517 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="moonlight"
|
|
PKG_VERSION="1.0"
|
|
PKG_REV="0"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE=""
|
|
PKG_URL=""
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_SECTION="script"
|
|
PKG_SHORTDESC="Moonlight: Add-on removed"
|
|
PKG_LONGDESC="Moonlight Add-on removed"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
PKG_ADDON_BROKEN="Moonlight is no longer maintained."
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_NAME="Moonlight"
|
|
PKG_ADDON_TYPE="xbmc.broken"
|
|
|
|
addon() {
|
|
:
|
|
}
|