mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 03:21:21 +00:00
18 lines
610 B
Makefile
18 lines
610 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="game.libretro.bnes"
|
|
PKG_VERSION="0.83.0.19-Matrix"
|
|
PKG_SHA256="322ab1f75f897193f44d928ac1e09774354e5e2a3bdcd5e90f5a2a8de80ba9e4"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/kodi-game/game.libretro.bnes"
|
|
PKG_URL="https://github.com/kodi-game/game.libretro.bnes/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform libretro-bnes"
|
|
PKG_SECTION=""
|
|
PKG_LONGDESC="game.libretro.bnes: bNES for Kodi"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.gameclient"
|