redox/recipes/wip/dev/lang/java/openjdk21-headless/recipe.toml
2024-06-25 21:35:57 +00:00

18 lines
409 B
TOML

#TODO build instructions - https://github.com/openjdk/jdk21u/blob/master/doc/building.md
#TODO can't find the configure script
[source]
git = "https://github.com/openjdk/jdk21u"
rev = "060c4f7589e7f13febd402f4dac3320f4c032b08"
[build]
template = "custom"
dependencies = [
"fontconfig",
]
script = """
chmod a+x configure
COOKBOOK_CONFIGURE_FLAGS+=(
--enable-headless-only=yes
)
cookbook_configure
"""