#!/bin/sh
PKGNAME=audiorelay
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="AudioRelay from the official site"
URL="https://audiorelay.net"
. $(dirname $0)/common.sh
warn_version_is_not_supported
VERSION="0.27.5"
# https://audiorelay.net/downloads
# TODO: https://api.audiorelay.net/downloads
PKGURL="https://dl.audiorelay.net/setups/linux/audiorelay-$VERSION.deb"
install_pkgurl
-
Vitaly Lipatov authored
epm play.d/common.sh: implement install_pkgurl and install_pack_pkgurl and use it (repack rpm packages for any distro)
155cb2e9