blob: 4ea002adca26483ca9be67cbc4c91f182b7ff39b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = kotlin-native-bin
pkgdesc = A LLVM backend for the Kotlin compiler
pkgver = 1.0.2
pkgrel = 1
url = https://github.com/JetBrains/kotlin-native
arch = x86_64
license = Apache
depends = java-environment
depends = ncurses5-compat-libs
provides = kotlin-native
conflicts = kotlin-native
conflicts = kotlin-native-git
options = staticlibs
options = libtool
options = !strip
source = https://github.com/JetBrains/kotlin/releases/download/v1.3.10/kotlin-native-linux-1.3.10.tar.gz
sha256sums = 1c47ab8b0eccb3c8881f1617f9f68c6f85cfe05803b4c8ee71bac37c3cb3afde
pkgname = kotlin-native-bin
|