mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
18 lines
366 B
TOML
18 lines
366 B
TOML
#TODO missing script for "make", see https://gitlab.com/xonotic/xonotic/-/wikis/Compiling
|
|
[source]
|
|
git = "https://gitlab.com/xonotic/xonotic"
|
|
rev = "0100f2c8d7947267292db66714c1af55039809ad"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libgmp",
|
|
"sdl2",
|
|
"libjpeg",
|
|
"libpng",
|
|
"freetype2",
|
|
"libogg",
|
|
"libvorbis",
|
|
"curl",
|
|
"rsync",
|
|
]
|