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

18 lines
409 B
TOML

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