redox/recipes/wip/dev/lang/java/openjdk21/recipe.toml

16 lines
360 B
TOML

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