2
0
Frederik “Freso” S. Olesen 07d09c0d94 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-11-27 14:18:01 +02:00

44 lines
2.0 KiB
Plaintext

pkgbase = pycharm-professional
pkgdesc = Python IDE for Professional Developers. Professional Edition
pkgver = 2024.3
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.3.tar.gz
sha256sums_x86_64 = 142d7033f0548fd4f3e26bb2f8507f5d16048d9dfbe2f3a3de5246042e269ff7
source_x86_64_v3 = https://download-cf.jetbrains.com/python/pycharm-professional-2024.3.tar.gz
sha256sums_x86_64_v3 = 142d7033f0548fd4f3e26bb2f8507f5d16048d9dfbe2f3a3de5246042e269ff7
source_aarch64 = https://download-cf.jetbrains.com/python/pycharm-professional-2024.3-aarch64.tar.gz
sha256sums_aarch64 = 7394972b57d04d3e1f147a9802661ee6600d6b0213576a551eac9b88939ebd6e
pkgname = pycharm-professional