redox/recipes/wip/libs/atkmm/recipe.toml
2024-02-16 22:05:40 +00:00

10 lines
234 B
TOML

#TODO make atk work
#TODO probably wrong script, see https://gitlab.gnome.org/GNOME/atkmm
[source]
tar = "https://download.gnome.org/sources/atkmm/2.36/atkmm-2.36.2.tar.xz"
[build]
template = "configure"
dependencies = [
"atk",
]