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

12 lines
365 B
TOML

#TODO missing script for SCons, see https://docs.godotengine.org/en/stable/contributing/development/compiling/compiling_for_linuxbsd.html
#TODO missing dependencies
[source]
tar = "https://github.com/godotengine/godot/releases/download/4.1.3-stable/godot-4.1.3-stable.tar.xz"
[build]
template = "custom"
dependencies = [
"libx11",
"mesa",
"mesa_glu",
]