summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f11242fec4811bbad578ddecfdcd0a13b14bd3cc (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.1.1
	pkgrel = 1
	epoch = 1
	url = http://www.jetbrains.com/clion
	arch = x86_64
	arch = aarch64
	license = custom
	makedepends = rsync
	noextract = CLion-2024.1.1.tar.gz
	noextract = CLion-2024.1.1-aarch64.tar.gz
	options = !strip
	source = jetbrains-clion.desktop
	sha256sums = a7a3f9891f5d8e7e5650afe00819909413fa2ed911393dd0648fba91233974a2
	source_x86_64 = https://download.jetbrains.com/cpp/CLion-2024.1.1.tar.gz
	sha256sums_x86_64 = 299ff2eb9c91282df074c58c0ecf73ecf59c7d077bc309f085229eaa32fbd46d
	source_aarch64 = https://download.jetbrains.com/cpp/CLion-2024.1.1-aarch64.tar.gz
	sha256sums_aarch64 = 2323f3b64f690b0b099cdcb14ef6b80440abafda1c0113a6b96df9656167e638

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