redox/recipes/wip/games/math/tuxmath/recipe.toml
2026-02-01 17:19:03 -03:00

22 lines
425 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/tux4kids/tuxmath/blob/master/doc/INSTALL
[source]
git = "https://github.com/tux4kids/tuxmath"
shallow_clone = true
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"
dependencies = [
"t4kcommon",
"sdl1",
"sdl1-image",
"sdl1-mixer",
"sdl1-ttf",
"sdl2-net",
"sdl-pango",
"librsvg",
]