sidequest.sh 307 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=sidequest
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6 7 8 9 10
DESCRIPTION='The SideQuest desktop application'
URL="https://sidequestvr.com/"

. $(dirname $0)/common.sh

11
PKGURL=$(eget --list --latest "https://github.com/SideQuestVR/SideQuest/releases/" "SideQuest-$VERSION.tar.xz")
12

13
install_pack_pkgurl