You need to sign in or sign up before continuing.
duckstation.sh 488 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=duckstation
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6 7 8 9 10
DESCRIPTION="DuckStation is an simulator/emulator of the Sony PlayStation(TM) from the official site"
URL="https://github.com/stenzek/duckstation/releases"

. $(dirname $0)/common.sh

11 12
warn_version_is_not_supported

13 14 15
file="DuckStation-x64.AppImage"

# TODO: preview, previous-latest
16
SELECTOR="preview"
17

18
PKGURL=$(eget --list https://github.com/stenzek/duckstation/releases $file | grep "/$SELECTOR/")
19

20
install_pack_pkgurl