mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 04:28:42 +08:00
12 lines
309 B
TOML
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",
|
|
]
|