xod-ide.sh 452 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#!/bin/sh

PKGNAME=xod-client-electron
SUPPORTEDARCHES="x86_64"
VERSION="$2"
URL="https://xod.io/"
DESCRIPTION="A visual programming language for microcontrollers"

. $(dirname $0)/common.sh

PKGURL="https://www.googleapis.com/download/storage/v1/b/releases.xod.io/o/v0.38.0%2Fxod-client-electron-0.38.0.x86_64.rpm?generation=1615553616000093&alt=media"

repack=''
[ "$(epm print info -s)" = "alt" ] && repack="--repack"

epm $repack install "$PKGURL"