redox/recipes/wip/dev/lang/java/openjdk17/recipe.toml
2025-12-10 03:22:41 -03:00

16 lines
362 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/openjdk/jdk17u/blob/master/doc/building.md
[source]
git = "https://github.com/openjdk/jdk17u"
rev = "jdk-17.0.17-ga"
shallow_clone = true
script = "chmod a+x configure"
[build]
template = "configure"
configureflags = [
"--enable-headless-only=yes",
]
dependencies = [
"fontconfig",
]