rpcs3.sh 567 Bytes
Newer Older
Vitaly Lipatov's avatar
Vitaly Lipatov committed
1 2 3 4 5 6 7 8 9 10
#!/bin/sh

PKGNAME=rpcs3
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="RPCS3 - free and open-source PlayStation 3 emulator from the official site"
URL="https://rpcs3.net/download"

. $(dirname $0)/common.sh

11
# https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-fff0c96bf38d1ada075e524c4753a7f263c06449/rpcs3-v0.0.18-12817-fff0c96b_linux64.AppImage
Vitaly Lipatov's avatar
Vitaly Lipatov committed
12 13
file="rpcs3-v${VERSION}-*-*_linux64.AppImage"

14
PKGURL=$(eget --list --latest https://github.com/RPCS3/rpcs3-binaries-linux/releases "$file") || fatal "Can't get package URL"
Vitaly Lipatov's avatar
Vitaly Lipatov committed
15

16
install_pack_pkgurl