redox/recipes/wip/tools/ripasso/recipe.toml
2024-02-11 14:08:48 +00:00

13 lines
231 B
TOML

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