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

16 lines
356 B
TOML

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