Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
grr
|
|
|
|
|
|
|
|
This was suggested by AUR user zhangkaizhao [1] in a comment on the
graal package [2].
[1]: https://aur.archlinux.org/account/zhangkaizhao
[2]: https://aur.archlinux.org/packages/graal/
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Patch partially provided by AUR user char101 [1].
[1]: https://aur.archlinux.org/account/char101
|
|
That package contains the archlinux-java script that our install script
uses.
|
|
|
|
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.
|
|
|
|
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
|
|
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).
|