redox/recipes/wip/data-integrity/b3sum/recipe.toml
2024-07-02 06:08:02 +00:00

10 lines
188 B
TOML

#TODO compiled but not tested
[source]
git = "https://github.com/BLAKE3-team/BLAKE3"
[build]
template = "custom"
script = """
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/b3sum"
cookbook_cargo
"""