redox/recipes/wip/emulators/game-console/mame/recipe.toml
2025-11-16 08:57:03 -03:00

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",
]