redox/recipes/wip/games/chocolate-doom/recipe.toml
2024-02-13 12:32:38 +00:00

11 lines
221 B
TOML

#TODO Not compiled or tested yet
[source]
tar = "https://www.chocolate-doom.org/downloads/3.0.1/chocolate-doom-3.0.1.tar.gz"
[build]
template = "configure"
dependencies = [
"sdl2",
"sdl2-mixer",
"sdl2-net",
]