Files
Arch-R/packages/addons/script/moonlight/package.mk

26 lines
517 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0
2018-07-16 20:45:36 +02:00
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
2016-05-18 14:29:49 -07:00
PKG_NAME="moonlight"
2018-05-29 11:39:21 +02:00
PKG_VERSION="1.0"
2022-12-05 20:47:46 +01:00
PKG_REV="0"
2016-05-20 13:58:41 -07:00
PKG_ARCH="any"
2016-05-18 14:29:49 -07:00
PKG_LICENSE="GPLv2"
2018-05-29 11:39:21 +02:00
PKG_SITE=""
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain"
2016-05-18 14:29:49 -07:00
PKG_SECTION="script"
2018-05-29 11:39:21 +02:00
PKG_SHORTDESC="Moonlight: Add-on removed"
PKG_LONGDESC="Moonlight Add-on removed"
PKG_TOOLCHAIN="manual"
2016-05-18 14:29:49 -07:00
2018-05-29 11:39:21 +02:00
PKG_ADDON_BROKEN="Moonlight is no longer maintained."
2016-05-18 14:29:49 -07:00
PKG_IS_ADDON="yes"
2016-09-12 13:31:06 +02:00
PKG_ADDON_NAME="Moonlight"
2018-05-29 11:39:21 +02:00
PKG_ADDON_TYPE="xbmc.broken"
2017-01-25 20:58:37 +01:00
2016-05-18 14:29:49 -07:00
addon() {
2018-05-29 11:39:21 +02:00
:
2016-05-18 14:29:49 -07:00
}