mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 16:06:19 +00:00
df43cb5f5b
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
13 lines
524 B
Makefile
13 lines
524 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="cyclone68000"
|
|
PKG_VERSION="66dda842eae01f47f5389b931ec9567fb0bbb6a1"
|
|
PKG_SHA256="c59900531e35e7303e1172d9bd5d161491b4554983930ad855614252156ea0e0"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="https://github.com/notaz/cyclone68000"
|
|
PKG_URL="https://github.com/notaz/cyclone68000/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Motorola 68000 emulator written in ARM assembly"
|
|
PKG_TOOLCHAIN="manual"
|