redox/recipes/wip/dev/other/jujutsu/recipe.toml
2024-06-26 04:17:47 +00:00

12 lines
190 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/martinvonz/jj"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages jj-cli
"""