mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
16 lines
328 B
TOML
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",
|
|
]
|