mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-05 00:57:00 +00:00
47a43e3dde
also bump PKG_REV of all not-updated addons to make sure freshly built addons get rolled out to LE11 nightly users Signed-off-by: Matthias Reichl <hias@horus.com>
17 lines
657 B
Makefile
17 lines
657 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="game.libretro.mame2003_plus"
|
|
PKG_VERSION="0.0.1.71-Nexus"
|
|
PKG_SHA256="5647a1b61a56b96446be92d7cfe665acfdef212f90696f9af7861d95cd9cf49b"
|
|
PKG_REV="1"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/kodi-game/game.libretro.mame2003_plus"
|
|
PKG_URL="https://github.com/kodi-game/game.libretro.mame2003_plus/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform libretro-mame2003_plus"
|
|
PKG_SECTION=""
|
|
PKG_LONGDESC="game.libretro.mame2003_plus: MAME 2003 Plus emulator for Kodi"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.gameclient"
|