Thread with 2 posts
jump to expanded postI added a first way to process zig.build.zon files (for zig packages with dependencies) for pkgsrc, it works for zls (regardless of chroot'ed installs of zig being broken right now in pkgsrc).
To be solved: website independent, no name field other than "$foo = .{ .... }," where "$foo" is the name, so no easy way to extract a name for a distfile to save in distfiles - doubtful if it works in a chroot.
#pkgsrc #zig #netbsd
so right now there's naive processing of everything after "url =": https://github.com/zigtools/zls/blob/master/build.zig.zon#L8