mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
17 lines
650 B
Makefile
17 lines
650 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="game.libretro.vice_x64"
|
|
PKG_VERSION="3.8.0.61-Omega"
|
|
PKG_SHA256="e3c42f5b6f1544665de60e653cded90fd9a10b074caeb3f7676760bfb5a21854"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="https://github.com/kodi-game/game.libretro.vice_x64"
|
|
PKG_URL="https://github.com/kodi-game/game.libretro.vice_x64/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform libretro-vice_x64"
|
|
PKG_SECTION=""
|
|
PKG_LONGDESC="game.libretro.vice_x64: vice (x64) emulator for Kodi"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.gameclient"
|