summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-10-08Update to rc7Lucas Werkmeister
2018-09-10Update to rc6Lucas Werkmeister
2018-08-03Update to rc5Lucas Werkmeister
2018-07-31Update to rc4Lucas Werkmeister
2018-07-31Fix location of LICENSE fileLucas Werkmeister
With -t, the target is always treated as a directory, including the last component. We could fix that for this package by not specifying the last component of the target (remove the LICENSE), but for consistency with other Graal packages, were we sometimes have to specify the last component because the source file is not named LICENSE but something like LICENSE_GRAALPYTHON, I prefer swapping the arguments back into SOURCE DEST order, and employing the -T option just in case.
2018-07-05Update to rc3Lucas Werkmeister
2018-06-15Update to rc2Lucas Werkmeister
Patch partially provided by AUR user char101 [1]. [1]: https://aur.archlinux.org/account/char101
2018-05-12Add dependency on java-runtime-commonLucas Werkmeister
That package contains the archlinux-java script that our install script uses.
2018-05-03Use $pkgname_ in provides and conflictsLucas Werkmeister
2018-05-03Rename from graal to graal-binLucas Werkmeister
As AUR user rpodgorny pointed out, this is a binary package, so it should have a -bin suffix. A graal package should instead be built from source.
2018-04-28Use $pkgname in sourceLucas Werkmeister
2018-04-28Add install scriptLucas Werkmeister
Based on the java8-openjdk one [1]. [1]: https://git.archlinux.org/svntogit/packages.git/tree/trunk/install_jdk8-openjdk.sh?h=packages/java8-openjdk
2018-04-28Initial commitLucas Werkmeister
Just copy the entire distribution zip into a directory under /usr/lib/jvm; this is already sufficient to make the package work with archlinux-java (though we don’t automatically set it up yet).