redox/recipes/wip/tools/ripasso/recipe.toml
2026-04-11 07:16:54 +07:00

13 lines
231 B
TOML

#TODO make libgpg-error dependency work
[source]
git = "https://github.com/cortex/ripasso"
[build]
template = "custom"
dependencies = [
"openssl3",
"libgpg-error",
]
script = """
cookbook_cargo_packages ripasso-cursive
"""