mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-12 16:53:26 +00:00
1f33555a4b
Changes since v20.2.5: * Added support for OEM 102 key * Added support for analog sticks in Vice cores * Fixed Appveyor CI Changes since v20.2.4: * Fixed broken left shoulder in fallback buttonmap Changes since v20.2.3: * Fixed add-on using console to log instead of Kodi API
18 lines
621 B
Makefile
18 lines
621 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="game.libretro"
|
|
PKG_VERSION="20.2.6-Nexus"
|
|
PKG_SHA256="32b24c0d67046e41d703c70a432ba8209163bafc8ca88afc8181be4d6693efb4"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/kodi-game/game.libretro"
|
|
PKG_URL="https://github.com/kodi-game/game.libretro/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain tinyxml kodi-platform libretro-common rcheevos"
|
|
PKG_SECTION=""
|
|
PKG_LONGDESC="game.libretro is a thin wrapper for libretro"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.gameclient"
|