Files
hammer/recipes/rep-grep.toml
T
sergioandClaude Opus 4.8 173ff0308c Etapa G: 5ta cosecha del worker VPS — irust/rep-grep/sendme/shellharden (corpus 238→242)
irust (REPL Rust), rep-grep, sendme (iroh transfer), shellharden. Estáticos.

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

20 lines
670 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 = "rep-grep"
version = "0.0.8"
[source]
repo = "https://github.com/robenkleene/rep-grep"
commit = "9adb6b048117282dba8489f32e16bde4aad34149"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = ["--bin", "rep"]
[build.phases]
install = "mkdir -p /out/usr/bin && cp target/release/rep /out/usr/bin/rep"