0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-10-09 14:20:45 +00:00
Files

13 lines
432 B
Makefile

PKG_NAME="wii-u-gc-adapter"
PKG_VERSION="64d7ddc"
PKG_LICENSE="Non-commercial"
PKG_SITE="https://github.com/ToadKing/wii-u-gc-adapter"
PKG_URL="https://github.com/ToadKing/wii-u-gc-adapter/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain libusb systemd"
PKG_LONGDESC="Tool for using the Wii U GameCube Adapter on Linux"
makeinstall_target() {
mkdir -p ${INSTALL}/usr/bin
cp wii-u-gc-adapter ${INSTALL}/usr/bin/
}