redox/recipes/wip/games/math/tuxmath/recipe.toml
2024-06-26 03:32:59 +00:00

16 lines
328 B
TOML

#TODO missing script for building, see https://github.com/tux4kids/tuxmath/blob/master/doc/INSTALL
[source]
git = "https://github.com/tux4kids/tuxmath"
[build]
template = "custom"
dependencies = [
"t4kcommon",
"sdl1",
"sdl1-image",
"sdl1-mixer",
"sdl1-ttf",
"sdl2-net",
"sdl-pango",
"librsvg",
]