https://github.com/sgerrand/alpine-pkg-java-openjfx
OpenJFX packaged for Alpine Linux
https://github.com/sgerrand/alpine-pkg-java-openjfx
alpine-java alpine-openjfx alpine-package openjfx
Last synced: about 1 month ago
JSON representation
OpenJFX packaged for Alpine Linux
- Host: GitHub
- URL: https://github.com/sgerrand/alpine-pkg-java-openjfx
- Owner: sgerrand
- Created: 2017-12-29T17:30:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T22:32:09.000Z (over 7 years ago)
- Last Synced: 2025-04-10T04:06:57.527Z (about 1 month ago)
- Topics: alpine-java, alpine-openjfx, alpine-package, openjfx
- Language: Shell
- Size: 13.7 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-pkg-openjfx
[](https://circleci.com/gh/sgerrand/alpine-pkg-java-openjfx)
This is [OpenJFX][openjfx] as an Alpine Linux package.
## Releases
See the [releases page](https://github.com/sgerrand/alpine-pkg-java-openjfx/releases) for the latest
download links.## Installing
The current installation method for these packages is to pull them in using
`wget` or `curl` and install the local file with `apk`:apk --no-cache add ca-certificates wget
wget --quiet --output-document=/etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-java-openjfx/releases/download/8.151.12-r0/java-openjfx-8.151.12-r0.apk
apk add --no-cache java-openjfx-8.151.12-r0.apk[openjfx]: https://wiki.openjdk.java.net/display/OpenJFX/Main