mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-23 07:57:02 +00:00
18 lines
661 B
Makefile
18 lines
661 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="game.libretro.bsnes-hd"
|
|
PKG_VERSION="10.6.0.12-Nexus"
|
|
PKG_SHA256="e0db6f1f148b3643d568389dbaa42dc530dc78b1a57ef3824cdc0f927ca69662"
|
|
PKG_REV="2"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPLv3"
|
|
PKG_SITE="https://github.com/kodi-game/game.libretro.bsnes-hd"
|
|
PKG_URL="https://github.com/kodi-game/game.libretro.bsnes-hd/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform libretro-bsnes-hd"
|
|
PKG_SECTION=""
|
|
PKG_LONGDESC="game.libretro.bsnes-hd: bsnes fork that adds HD video features"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.gameclient"
|