mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-19 04:52:07 +00:00
18 lines
623 B
Makefile
18 lines
623 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="game.libretro.bsnes"
|
|
PKG_VERSION="115.0.0.15-Nexus"
|
|
PKG_SHA256="421244ea5754c6b76874459a782b2bfceb89c87f261cccd8807006461156e522"
|
|
PKG_REV="2"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPLv3"
|
|
PKG_SITE="https://github.com/kodi-game/game.libretro.bsnes"
|
|
PKG_URL="https://github.com/kodi-game/game.libretro.bsnes/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform libretro-bsnes"
|
|
PKG_SECTION=""
|
|
PKG_LONGDESC="game.libretro.bsnes: bSNES for Kodi"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.gameclient"
|