2022-02-05 14:23:32 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Copyright (C) 2019-present asakous (https://github.com/asakous)
|
|
|
|
|
2023-03-17 21:06:43 +00:00
|
|
|
PKG_NAME="quasi88-lr"
|
2023-01-05 21:59:30 +00:00
|
|
|
PKG_VERSION="7980f2484997055a9665837bb4c325d562acb04e"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_REV="1"
|
|
|
|
PKG_ARCH="any"
|
|
|
|
PKG_LICENSE="BSD3"
|
|
|
|
PKG_SITE="https://github.com/libretro/quasi88-libretro"
|
2023-02-24 13:53:43 +00:00
|
|
|
PKG_URL="${PKG_SITE}.git"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
|
|
PKG_PRIORITY="optional"
|
|
|
|
PKG_SECTION="libretro"
|
|
|
|
PKG_SHORTDESC="A port of QUASI88, a PC-8800 series emulator by Showzoh Fukunaga, to the libretro API"
|
|
|
|
PKG_LONGDESC="A port of QUASI88, a PC-8800 series emulator by Showzoh Fukunaga, to the libretro API"
|
|
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
GET_HANDLER_SUPPORT="git"
|
|
|
|
|
|
|
|
makeinstall_target() {
|
2023-02-24 13:53:43 +00:00
|
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
|
|
cp quasi88_libretro.so ${INSTALL}/usr/lib/libretro/
|
2022-02-05 14:23:32 +00:00
|
|
|
}
|