redox/recipes/wip/tools/skyspell/recipe.toml
2024-04-21 14:48:35 +00:00

13 lines
288 B
TOML

#TODO missing an enchant backend and dictionary, see https://github.com/your-tools/skyspell#installation
[source]
git = "https://github.com/your-tools/skyspell"
[build]
template = "custom"
dependencies = [
"sqlite3",
"enchant",
]
script = """
cookbook_cargo_packages skyspell
"""