blob: 5465a2045170d2a7f4770bc895492871e6c4d6fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = kotlin-native-bin
pkgdesc = An LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library
pkgver = 2.1.20
pkgrel = 1
url = https://kotlinlang.org/
arch = x86_64
license = Apache
depends = java-environment>=8
optdepends = lldb: for konan-lldb
provides = kotlin-native
conflicts = kotlin-native
conflicts = kotlin-native-git
options = staticlibs
options = libtool
options = !strip
source = https://github.com/JetBrains/kotlin/releases/download/v2.1.0/kotlin-native-prebuilt-linux-x86_64-2.1.0.tar.gz
sha256sums = 139bb55d13a720fa6cbafe7008bdda71aba5194529051ed2e6e241cff7771648
pkgname = kotlin-native-bin
|