mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 11:08:49 +08:00
17 lines
394 B
TOML
17 lines
394 B
TOML
#TODO missing script for CMake, see https://github.com/endless-sky/endless-sky/blob/master/docs/readme-cmake.md#building-the-game
|
|
[source]
|
|
git = "https://github.com/endless-sky/endless-sky"
|
|
rev = "95e72950e1554392666fa41bb18c978868aa6611"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sdl2",
|
|
"libpng",
|
|
"libjpeg",
|
|
"mesa",
|
|
"glew",
|
|
"openal",
|
|
"libmad",
|
|
"libuuid",
|
|
]
|