Commit 352057c2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add yuzu support

parent 867ba894
#!/bin/sh
PKGNAME=yuzu-mainline
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="yuzu is the world's most popular, open-source, Nintendo Switch emulator"
URL="https://github.com/yuzu-emu/yuzu-mainline/releases"
. $(dirname $0)/common.sh
[ "$VERSION" = "*" ] || VERSION="$VERSION-*"
PKGURL=$(epm tool eget --list --latest https://github.com/yuzu-emu/yuzu-mainline/releases "$PKGNAME-$VERSION.AppImage")
epm install $PKGURL
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment