redox/recipes/wip/dev/game-engine/godot4/recipe.toml
2024-06-25 21:35:57 +00:00

12 lines
373 B
TOML

#TODO missing script for SCons, see https://docs.godotengine.org/en/stable/contributing/development/compiling/compiling_for_linuxbsd.html
#TODO port to orbital
#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 = [
"mesa",
"mesa-glu",
]