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

12 lines
309 B
TOML

#TODO missing script for "make", see https://github.com/yquake2/yquake2/blob/master/doc/020_installation.md#compiling-with-gcc-clang-or-mingw
[source]
tar = "https://deponie.yamagi.org/quake2/quake2-8.30.tar.xz"
[build]
template = "custom"
dependencies = [
"mesa",
"openal",
"curl",
"sdl2",
]