summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorLucas Werkmeister2019-11-25 00:12:32 +0100
committerLucas Werkmeister2019-11-25 00:45:15 +0100
commit24af891d7edba14302f1b271acb5a92c3045a00d (patch)
tree25f750fa15069c09cef3ef23867332031ba6257d /.SRCINFO
downloadaur-24af891d7edba14302f1b271acb5a92c3045a00d.tar.gz
Initial commit
With the 19.3.0 release, GraalVM supports two Java versions: Java 8 and Java 11. Accordingly, the former graal-bin package is split into two: jdk8-graalvm-bin and jdk11-graalvm-bin (this package). We use this opportunity to make several other adjustments as well. The main product name seems to be “GraalVM”, not just “Graal”, so we reflect this in the package name and in the Java name. We no longer provide a version of the package name without the “-bin” suffix. It doesn’t seem likely that a built-from-source version will be added to the AUR soon, and other packages like jdk8-openj9-bin or jdk8-j9-bin don’t provide non-bin versions either. We no longer recommend a native-image package. The old package only did this because it used to include that functionality; this new package has never included native-image, so I don’t see the need to recommend it. People interested in it should be able to find it easily enough. A test script is included, which I’d been using locally for some time already. It assumes you’ve locally installed current versions of the GraalVM, FastR, TruffleRuby, GraalPython and native-image packages, and is typically run just before pushing the updated PKGBUILDs to the AUR. Note that the jdk11 version of native-image is not yet functional, so the script currently fails. And finally, a .gitignore file never hurts.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO17
1 files changed, 17 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a811cd5568d2
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+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 = 19.3.0
+ pkgrel = 1
+ url = https://www.graalvm.org/
+ install = jdk11-graalvm-bin.install
+ arch = x86_64
+ license = custom
+ depends = java-runtime-common
+ depends = java-environment-common
+ provides = java-runtime=11
+ provides = java-environment=11
+ source = https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-19.3.0/graalvm-ce-java11-linux-amd64-19.3.0.tar.gz
+ sha256sums = 238c5c21bb4aa292caf95b2aca592ce8c1be2f036d93af48cd865f67d558f907
+
+pkgname = jdk11-graalvm-bin
+