blob: 5db830a42677e3b1af9664dd9443d65ed5fc3fac (
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
|
pkgbase = jdk11-graalvm-bin
pkgdesc = Universal virtual machine for running applications written in a variety of languages (JVM-based, LLVM-based, or other), Java 11 version
pkgver = 22.2.0
pkgrel = 1
url = https://www.graalvm.org/
install = jdk11-graalvm-bin.install
arch = x86_64
arch = aarch64
license = custom
depends = java-runtime-common
depends = java-environment-common
optdepends = graal-nodejs-jdk11-bin: Node.js component (used to be bundled with this package before the 21.1.0 release)
optdepends = graaljs-jdk11-bin: JavaScript component (used to be bundled with this package before the 22.2.0 release)
optdepends = graal-llvm-jdk11-bin: LLVM component (used to be bundled with this package before the 22.2.0 release)
optdepends = graal-visualvm-jdk11-bin: VisualVM component (used to be bundled with this package before the 22.2.0 release)
provides = java-runtime=11
provides = java-environment=11
options = staticlibs
source = graalvm-rebuild-libpolyglot.hook
sha256sums = SKIP
source_x86_64 = https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java11-linux-amd64-22.2.0.tar.gz
sha256sums_x86_64 = 882363c75d1b1782a48bbf7dd8b155ab231b0957fd5885941376d90b69f21b9e
source_aarch64 = https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java11-linux-aarch64-22.2.0.tar.gz
sha256sums_aarch64 = 1ab64b35ed2478160bc6725d13ff5a2b9e31676b59ea3aaa9aca7a3a3db47132
pkgname = jdk11-graalvm-bin
|