import 12/15 nix: cargo-bundle-licenses/cargo-chef/gpg-tui/menyoki/riff/ smassh/taskwarrior-tui/tenere/termsnap/the-way/thokr/wiki-tui. Saca los 4 de fuel-5 que fallan (projectable/qrtool/rwalk/wthrr) a staged. Nota: corpus saturado (494 nombres vistos); de 50 CLI-Rust mainstream solo 6 eran nuevas. Escalar mas exige enfoque sistematico (categorias crates.io). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
672 B
TOML
20 lines
672 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 = "tenere"
|
|
version = "0.11.3"
|
|
|
|
[source]
|
|
repo = "https://github.com/pythops/tenere"
|
|
commit = "15560b8ec4070378f7ba3dc3a7681b7e424069b7"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["--bin", "tenere"]
|
|
|
|
[build.phases]
|
|
install = "mkdir -p /out/usr/bin && cp target/release/tenere /out/usr/bin/tenere"
|