22 CLI Go importadas 21/22 con plantilla Go automatica (deps.build=[go], sin phases): chezmoi/dive/duf/fx/fzf/gdu/glow/go-task/gobuster/gojq/grpcurl/gum/ hey/jid/lazydocker/lazygit/mage/mods/pet/skate/yq-go. Smoke local: jid+fx OK. Restos de fuel-6+7 a hold (retomar del store). glab descartado (vino de Alpine). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
671 B
TOML
20 lines
671 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 = "thokr"
|
|
version = "0.4.1"
|
|
|
|
[source]
|
|
repo = "https://github.com/thatvegandev/thokr"
|
|
commit = "09375efb2e7c7adc1af169c7ee491a443461cefc"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["--bin", "thokr"]
|
|
|
|
[build.phases]
|
|
install = "mkdir -p /out/usr/bin && cp target/release/thokr /out/usr/bin/thokr"
|