#!/bin/sh
PKGNAME=pycharm-community
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="PyCharm CE — The Python IDE for Professional Developers"
URL="https://www.jetbrains.com/ru-ru/pycharm/"
. $(dirname $0)/common-jetbrains.sh
PKGURL="$(get_jetbrains_pkgurl PCC python)"
install_pkgurl
-
Vitaly Lipatov authored
epm play.d/common.sh: implement install_pkgurl and install_pack_pkgurl and use it (repack rpm packages for any distro)
155cb2e9