mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
17 lines
356 B
TOML
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",
|
|
]
|