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

24 lines
498 B
TOML

#TODO missing script for CMake, see https://github.com/DaemonEngine/Daemon#build-instructions
# data files - https://github.com/Unvanquished/Unvanquished#downloading-the-games-assets
[source]
git = "https://github.com/DaemonEngine/Daemon"
[build]
template = "custom"
dependencies = [
"zlib",
"libgmp",
"libnettle",
"curl",
"sdl2",
"glew",
"libpng",
"libjpeg",
"libwebp",
"freetype",
"openal",
"libogg",
"libvorbis",
"opus",
"opusfile",
]