2
0
Frederik “Freso” S. Olesen c342f5874f
Move .install functionality into PKGBUILD
Building things belongs in build() in the PKGBUILD and placing them in
the filesystem belongs in package() and removing package files belongs
to the package manager… none of these are the .install files, so
removing the .install files in favour of moving these things into the
PKGBUILD’s functions.
2024-10-26 13:37:35 +02:00

44 lines
2.0 KiB
Plaintext

pkgbase = pycharm-professional
pkgdesc = Python IDE for Professional Developers. Professional Edition
pkgver = 2024.2.4
pkgrel = 1.1
url = https://www.jetbrains.com/pycharm/
arch = x86_64
arch = x86_64_v3
arch = aarch64
license = custom
depends = giflib
depends = glibc
depends = sh
depends = python
depends = python-setuptools
depends = cython
depends = libdbusmenu-glib
depends = ttf-font
depends = fontconfig
optdepends = ipython: For enhanced interactive Python shell inside Pycharm
optdepends = openssh: For deployment and remote connections
optdepends = python-setuptools: Packages manager for Python, for project interpreter
optdepends = python-coverage: For support code coverage measurement
optdepends = docker-machine: For support docker inside Pycharm
optdepends = docker-compose: For support docker inside Pycharm
optdepends = vagrant: For support virtualized development environments
optdepends = python-pytest: For support testing inside Pycharm
optdepends = python-tox: Python environments for testing tool
optdepends = jupyter-server: For Jupyter notebooks and apps
options = !strip
backup = opt/pycharm-professional/bin/pycharm64.vmoptions
backup = opt/pycharm-professional/bin/idea.properties
source = pycharm-professional.desktop
source = ltedit-professional.desktop
sha256sums = 6ff245b42b475a5b97c359d97bc48d573c2988170fc195073c9187d5abe1c576
sha256sums = 21e9d192712fb537d9e5abccc54970becb347b32ad2be469a35b2585f45a9116
source_x86_64 = https://download-cf.jetbrains.com/python/pycharm-professional-2024.2.4.tar.gz
sha256sums_x86_64 = 18670fd35742aa6a1fef8a2d10248f2a33cb1349e4f4d4603918b212544c86cf
source_x86_64_v3 = https://download-cf.jetbrains.com/python/pycharm-professional-2024.2.4.tar.gz
sha256sums_x86_64_v3 = 18670fd35742aa6a1fef8a2d10248f2a33cb1349e4f4d4603918b212544c86cf
source_aarch64 = https://download-cf.jetbrains.com/python/pycharm-professional-2024.2.4-aarch64.tar.gz
sha256sums_aarch64 = 72d8a8c6d90f29bc76b57ba4c4bfafb9b6faf6a907a318157e6cfd937c4ee4b2
pkgname = pycharm-professional