redox/recipes/wip/dev/godot4/recipe.toml
2024-04-22 09:12:16 +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",
]