audiorelay.sh 390 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=audiorelay
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6 7 8 9 10
DESCRIPTION="AudioRelay from the official site"
URL="https://audiorelay.net"

. $(dirname $0)/common.sh

11 12
warn_version_is_not_supported

13 14 15 16
VERSION="0.27.5"

# https://audiorelay.net/downloads
# TODO: https://api.audiorelay.net/downloads
17 18 19
PKGURL="https://dl.audiorelay.net/setups/linux/audiorelay-$VERSION.deb"

install_pkgurl