liteide.sh 417 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=liteide
SUPPORTEDARCHES="x86_64 x86"
5
VERSION="$2"
6
DESCRIPTION="LiteIDE is a simple, open source, cross-platform Go IDE. From the official site"
7
URL="https://github.com/visualfc/liteide"
8 9 10

. $(dirname $0)/common.sh

11
archbit="$(epm print info -b)"
12

13
PKGURL=$(eget --list --latest https://github.com/visualfc/liteide/releases "liteidex$VERSION.linux$archbit-qt5*-system.tar.gz") #"
14

15
install_pack_pkgurl