pycharm-pro.sh 321 Bytes
Newer Older
1 2 3
#!/bin/sh

PKGNAME=pycharm-professional
4 5
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
Vitaly Lipatov's avatar
Vitaly Lipatov committed
6
DESCRIPTION="PyCharm Professional — The Python IDE for Professional Developers (Trial)"
7
URL="https://www.jetbrains.com/ru-ru/pycharm/"
8

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

11
PKGURL="$(get_jetbrains_pkgurl PCP python)"
12

13
install_pkgurl