fuel-6: cargo-bundle-licenses/taskwarrior-tui/tenere/termsnap/the-way fuel-7 (sistematico): cargo-ndk/cargo-sbom/espflash/grcov/maturin/ parallel-disk-usage/xwin/zizmor. El metodo crates.io entrego binarios reales. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
23 lines
829 B
TOML
23 lines
829 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 = "xwin"
|
|
version = "0.7.0"
|
|
|
|
[source]
|
|
repo = "https://github.com/Jake-Shadle/xwin"
|
|
commit = "76a3c2a2903f7cbcb5fd7f3b82bcccee45f73923"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["--bin", "xwin"]
|
|
|
|
[build.phases]
|
|
install = "mkdir -p /out/usr/bin && cp target/release/xwin /out/usr/bin/xwin"
|
|
|
|
# buildInputs de nix (NO deps de hammer — cargo vendorea; backend Rust por
|
|
# defecto). Si algún sys-crate C falla, adaptá per-paquete (patch/feature): openssl
|