Files
hammer/recipes/cargo-auditable.toml
T
sergioandClaude Opus 4.8 c00492174c Etapa G: 4ta cosecha del worker VPS — 7 promovidos (corpus 225→232)
angle-grinder, cargo-auditable, cargo-fuzz, cargo-supply-chain, cargo-temp,
evcxr (REPL Rust), fblog. Construidos en el VPS, estáticos. Total cosechado
del VPS esta sesión: 24 tools.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 08:41:12 -04:00

20 lines
725 B
TOML

# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final:
# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá
# compiler/link/phases y adaptá hasta que compile.
# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren.
name = "cargo-auditable"
version = "0.7.2"
[source]
repo = "https://github.com/rust-secure-code/cargo-auditable"
commit = "0c4c6591a355c0fec883f70a4e9280974f15e02c"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = ["--bin", "cargo-auditable"]
[build.phases]
install = "mkdir -p /out/usr/bin && cp target/release/cargo-auditable /out/usr/bin/cargo-auditable"