redox/recipes/wip/emulators/game-console/play/recipe.toml
2025-11-17 08:20:26 -03:00

16 lines
315 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/jpd002/Play-#building-for-unix
[source]
git = "https://github.com/jpd002/Play-"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"openal",
"libevdev",
"freealut",
"qt5-base",
"qt5-x11extras",
"sqlite3",
]