mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
14 lines
326 B
TOML
14 lines
326 B
TOML
#TODO probably wrong script
|
|
[source]
|
|
git = "https://github.com/BLAKE3-team/BLAKE3"
|
|
rev = "5aa53f07f7188a569cadfc5daf1522972d9a9630"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
"${COOKBOOK_CARGO}" install \
|
|
--path "${COOKBOOK_SOURCE}/b3sum" \
|
|
--root "${COOKBOOK_STAGE}" \
|
|
--locked \
|
|
--no-track
|
|
"""
|