mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
18 lines
383 B
TOML
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",
|
|
]
|