redox/recipes/wip/data-integrity/b3sum/recipe.toml
2025-12-10 03:19:52 -03:00

11 lines
209 B
TOML

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