1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-24 16:06:19 +00:00
Lakka-LibreELEC/packages/emulation/cyclone68000/package.mk
Ian Leonard df43cb5f5b emulation: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:53 +00:00

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"