redox/recipes/wip/tools/enchant/recipe.toml
2024-02-17 00:39:27 +00:00

10 lines
194 B
TOML

#TODO can't find glib
[source]
tar = "https://github.com/AbiWord/enchant/releases/download/v2.6.3/enchant-2.6.3.tar.gz"
[build]
template = "configure"
dependencies = [
"glib",
"pcre",
]