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>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# 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 = "shellharden"
|
||||
version = "4.3.1"
|
||||
|
||||
[source]
|
||||
repo = "https://github.com/anordal/shellharden"
|
||||
commit = "d63188f981536c844d1ee384cb83af8607cbb8e6"
|
||||
|
||||
[build]
|
||||
compiler = "zig-cc"
|
||||
target = "x86_64-linux-musl"
|
||||
link = "static"
|
||||
flags = ["--bin", "shellharden"]
|
||||
|
||||
[build.phases]
|
||||
install = "mkdir -p /out/usr/bin && cp target/release/shellharden /out/usr/bin/shellharden"
|
||||
Reference in New Issue
Block a user