redox/recipes/wip/games/gzdoom/recipe.toml
2024-02-13 12:28:54 +00:00

14 lines
296 B
TOML

#TODO missing script for CMake, see https://zdoom.org/wiki/Compile_GZDoom_on_Linux
[source]
git = "https://github.com/ZDoom/gzdoom"
rev = "6ce809efe2902e43ceaa7031b875225d3a0367de"
[build]
template = "custom"
dependencies = [
"sdl2",
"mesa",
"mesa-glu",
"openal",
"zmusic",
]