mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 05:28:43 +08:00
15 lines
305 B
TOML
15 lines
305 B
TOML
#TODO missing script for gnu make: https://docs.mamedev.org/initialsetup/compilingmame.html
|
|
[source]
|
|
git = "https://github.com/mamedev/mame"
|
|
rev = "mame0282"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sdl2",
|
|
"sdl2-ttf",
|
|
"fontconfig",
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
]
|