18 lines
645 B
Makefile
18 lines
645 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="game.libretro.snes9x2010"
|
|
PKG_VERSION="1.52.4.43-Nexus"
|
|
PKG_SHA256="02e4cd23dd3b0b29766fba302cd128d1da0ab970b8b29860b6f834f035a3d3a7"
|
|
PKG_REV="2"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/kodi-game/game.libretro.snes9x2010"
|
|
PKG_URL="https://github.com/kodi-game/game.libretro.snes9x2010/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform libretro-snes9x2010"
|
|
PKG_SECTION=""
|
|
PKG_LONGDESC="game.libretro.snes9x2010: snes9x2010 for Kodi"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.gameclient"
|