redox/recipes/wip/c2rust/recipe.toml
2023-11-30 18:13:53 +00:00

13 lines
230 B
TOML

#TODO Can't find LLVM
[source]
tar = "https://github.com/immunant/c2rust/archive/refs/tags/v0.17.0.tar.gz"
[build]
template = "custom"
dependencies = [
"openssl1",
"llvm",
]
script = """
cookbook_cargo_packages c2rust
"""