mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
16 lines
358 B
TOML
16 lines
358 B
TOML
#TODO missing script for "make", see https://wiki.cubers.net/action/view/Linux_Support#Compiling_AssaultCube
|
|
[source]
|
|
git = "https://github.com/assaultcube/AC"
|
|
rev = "1ece5af7533983bb8f827616381d282470793d90"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"sdl1",
|
|
"sdl1-image",
|
|
"openal",
|
|
"libogg",
|
|
"zlib",
|
|
"curl",
|
|
"libvorbis",
|
|
]
|