redox/recipes/wip/dev/openjdk8-headless/recipe.toml
2024-02-21 23:52:20 +00:00

12 lines
312 B
TOML

#TODO build instructions - https://github.com/openjdk/jdk8u/blob/master/doc/building.md
#TODO not compiled or tested
#TODO build it in headless mode
[source]
git = "https://github.com/openjdk/jdk8u"
rev = "9c9d6b267c41e4c713cacc41befb66007cdb2601"
[build]
template = "custom"
dependencies = [
"freetype2",
]