redox/recipes/wip/emulators/mame/recipe.toml
2024-02-10 11:31:06 +00:00

14 lines
318 B
TOML

#TODO missing script for "make", see https://docs.mamedev.org/initialsetup/compilingmame.html
[source]
git = "https://github.com/mamedev/mame"
rev = "ca50094e8d5467aed7a18c718cdff8903e1bfe27"
[build]
template = "custom"
dependencies = [
"sdl2",
"sdl2-ttf",
"fontconfig",
"qt5-base",
"qt5-tools",
]