redox/recipes/wip/emulators/melonds/recipe.toml
2024-02-16 01:42:41 +00:00

17 lines
356 B
TOML

#TODO missing script for CMake, see https://github.com/melonDS-emu/melonDS#linux
[source]
git = "https://github.com/melonDS-emu/melonDS"
rev = "430de6b2702bb93faa8c2004aff3fbd084db4a1e"
[build]
template = "custom"
dependencies = [
"curl",
"libpcap",
"sdl2",
"qt5-base",
"qt5-multimedia",
"libslirp",
"libarchive",
"zstd",
]