redox/recipes/wip/tools/objdiff/recipe.toml
2024-06-10 10:15:08 +00:00

13 lines
229 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/encounter/objdiff"
[build]
template = "custom"
dependencies = [
"openssl1",
"fontconfig",
]
script = """
cookbook_cargo_packages objdiff-gui objdiff-cli
"""