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

11 lines
202 B
TOML

#TODO Not compiled or tested
[source]
tar = "https://download.gnome.org/sources/gspell/1.12/gspell-1.12.2.tar.xz"
[build]
template = "configure"
dependencies = [
"gtk3",
"glib",
"libicu",
]