clion.sh 284 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh

PKGNAME=CLion
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="CLion - A cross-platform IDE for C and C++ from the official site"
URL="https://www.jetbrains.com/clion/"

. $(dirname $0)/common-jetbrains.sh

PKGURL="$(get_jetbrains_pkgurl CL cpp)"

13
install_pkgurl