tradingview.sh 229 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#!/bin/sh

PKGNAME=tradingview
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="TradingView from the snapcraft"
URL="https://snapcraft.io/tradingview"

. $(dirname $0)/common.sh

11
PKGURL="$(snap_get_pkgurl $URL)"
12
install_pkgurl