aichat/caligula/cotp/diskus/otree/pls/russ. Build-yield VPS 7/11; quedan staged 4 (projectable/qrtool/rwalk fallan, wthrr misimport). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
679 B
TOML
20 lines
679 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 = "caligula"
|
|
version = "0.5.0"
|
|
|
|
[source]
|
|
repo = "https://github.com/ifd3f/caligula"
|
|
commit = "4babf06a448a890a36cd2a473dd4197edc36a2cd"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["--bin", "caligula"]
|
|
|
|
[build.phases]
|
|
install = "mkdir -p /out/usr/bin && cp target/release/caligula /out/usr/bin/caligula"
|