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

15 lines
261 B
TOML

#TODO probably wrong script
[source]
tar = "https://gitlab.gnome.org/otrocodigo/gspell/-/archive/1.11.1/gspell-1.11.1.tar.bz2"
[build]
template = "custom"
dependencies = [
"glib",
"gtk4",
"libicu",
]
script = """
./autogen.sh
cookbook_configure
"""