blob: 873982874e640a999ab6f3fff6f0f2e65d9cf390 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
pkgbase = clion
pkgdesc = Cross-platform IDE for C and C++ from JetBrains.
pkgver = 2024.3
pkgrel = 1
epoch = 1
url = http://www.jetbrains.com/clion
arch = x86_64
arch = aarch64
license = custom
makedepends = rsync
noextract = CLion-2024.3.tar.gz
noextract = CLion-2024.3-aarch64.tar.gz
options = !strip
source = jetbrains-clion.desktop
sha256sums = a7a3f9891f5d8e7e5650afe00819909413fa2ed911393dd0648fba91233974a2
source_x86_64 = https://download.jetbrains.com/cpp/CLion-2024.3.tar.gz
sha256sums_x86_64 = e66ee52c365552fe40d035f5b205ab8c28a9a02ed4af5f787b78a0048bcf7f81
source_aarch64 = https://download.jetbrains.com/cpp/CLion-2024.3-aarch64.tar.gz
sha256sums_aarch64 = 526147203ce3f9ec25e264f33fca042fda59a728237a165983c47c0c06356f6e
pkgname = clion
depends = libdbusmenu-glib
optdepends = clion-jre: JetBrains custom Java Runtime (Recommended)
optdepends = clion-cmake: JetBrains packaged CMake tools
optdepends = clion-gdb: JetBrains packaged GNU debugger
optdepends = clion-lldb: JetBrains packaged LLVM debugger
optdepends = java-runtime: JRE - Required if clion-jre is not installed
optdepends = cmake: Build system - Required if clion-cmake is not installed
optdepends = gdb: native GNU debugger
optdepends = lldb: native LLVM debugger
optdepends = gcc: GNU compiler
optdepends = clang: LLVM compiler
optdepends = gtest: C++ testing
optdepends = swift-language: Swift programming language support (Also requires the plugin)
optdepends = python: Python 3 programming language support
optdepends = python2: Python 2 programming language support
optdepends = doxygen: Code documentation generation
backup = opt/clion/bin/clion64.vmoptions
backup = opt/clion/bin/idea.properties
pkgname = clion-jre
pkgdesc = JetBrains custom Java Runtime for CLion (Recommended)
url = https://github.com/JetBrains/JetBrainsRuntime
pkgname = clion-cmake
pkgdesc = JetBrains packaged CMake tools for CLion
pkgname = clion-gdb
pkgdesc = JetBrains packaged GNU Debugger for CLion
pkgname = clion-lldb
pkgdesc = JetBrains packaged LLVM Debugger for CLion
|