18 lines
413 B
TOML
18 lines
413 B
TOML
# Escrita a mano (Etapa G, tanda 2026-07-05b): fuera del radar de nixpkgs; último tag
|
|
# estable resuelto con git ls-remote, vía Go automática del lab.
|
|
name = "anew"
|
|
version = "0.1.1"
|
|
|
|
[source]
|
|
repo = "https://github.com/tomnomnom/anew"
|
|
commit = "26ebc8ce1f0bdbaaee2930ea7ab191ed0c0da261"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = []
|
|
|
|
[deps]
|
|
build = ["go"]
|