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

11 lines
285 B
TOML

#TODO build instructions - https://github.com/openjdk/jdk8u/blob/master/doc/building.md
#TODO require the headless option
[source]
git = "https://github.com/openjdk/jdk8u"
rev = "9c9d6b267c41e4c713cacc41befb66007cdb2601"
[build]
template = "custom"
dependencies = [
"freetype2",
]