redox/recipes/wip/libs/gtk2mm/recipe.toml
2024-02-22 03:31:34 +00:00

9 lines
174 B
TOML

#TODO determine dependencies
[source]
tar = "https://download.gnome.org/sources/gtkmm/2.24/gtkmm-2.24.5.tar.xz"
[build]
template = "configure"
dependencies = [
"gtk2",
]