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

18 lines
383 B
TOML

#TODO missing script for Meson, see https://github.com/naev/naev/wiki/Compiling-on-*nix
[source]
tar = "https://github.com/naev/naev/releases/download/v0.10.6/naev-0.10.6-source.tar.xz"
[build]
template = "custom"
dependencies = [
"sdl2",
"sdl2-image",
"libpng",
"libxml2",
"libwebp",
"mesa",
"openal",
"openblas",
"freetype2",
"libvorbis",
]