forked from libretro/Lakka-LibreELEC
26 lines
515 B
Makefile
26 lines
515 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="tvmosaic"
|
|
PKG_VERSION="1.0"
|
|
PKG_REV="0"
|
|
PKG_ARCH="arm"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE=""
|
|
PKG_URL=""
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_SECTION="service"
|
|
PKG_SHORTDESC="Add-on removed"
|
|
PKG_LONGDESC="Add-on removed"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
PKG_ADDON_BROKEN="TV Mosaic is no longer maintained and has been removed."
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_NAME="TV Mosaic"
|
|
PKG_ADDON_TYPE="xbmc.broken"
|
|
|
|
addon() {
|
|
:
|
|
}
|