yuzu.sh 671 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
#!/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-*"

13
# Closed by Nintendo
14
#PKGURL=$(eget --list --latest https://github.com/yuzu-emu/yuzu-mainline/releases "$PKGNAME-$VERSION.AppImage")
15 16
# https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1733/yuzu-mainline-20240303-7ffac53c9.AppImage
PKGURL="ipfs://QmVQ9La5aqL89mm6PkiYfBn5nF9NyhFsuWyaesY3k9JsUN?filename=yuzu-mainline-20240303-7ffac53c9.AppImage"
17

18
install_pkgurl