mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-12 15:43:27 +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>
18 lines
634 B
Makefile
18 lines
634 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="game.libretro.uae4arm"
|
|
PKG_VERSION="0.3.0.3-Nexus"
|
|
PKG_SHA256="466059ef58adbf49e9c15fd42872e9167cec97245d42df5b54f4aec7d2f13ec0"
|
|
PKG_REV="1"
|
|
PKG_ARCH="arm"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/kodi-game/game.libretro.uae4arm"
|
|
PKG_URL="https://github.com/kodi-game/game.libretro.uae4arm/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform libretro-uae4arm"
|
|
PKG_SECTION=""
|
|
PKG_LONGDESC="game.libretro.uae4arm: uae4arm emulator for Kodi"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.gameclient"
|