Loading pkgs/by-name/ze/zeno/package.nix 0 → 100644 +41 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildGoModule, }: buildGoModule (finalAttrs: { pname = "zeno"; version = "2.0.15"; src = fetchFromGitHub { owner = "internetarchive"; repo = "Zeno"; tag = "v${finalAttrs.version}"; hash = "sha256-NLvpPM5AQx4svAFrZ+be+Xr0bErOg3Q8y2YxdpX9lYs="; }; vendorHash = "sha256-sUd4rRq5KEbdj5Z6igmDeN1E2q9NXgyed0F4hW8De6E="; env.CGO_ENABLED = true; ldFlags = [ "-s" "-w" ]; # Attempts to access internet doCheck = false; meta = { description = "State-of-the-art web crawler"; longDescription = '' Zeno is a web crawler designed to operate wide crawls or to simply archive one web page. Zeno's key concepts are: portability, performance, simplicity. With an emphasis on performance. ''; homepage = "https://github.com/internetarchive/Zeno"; changelog = "https://github.com/internetarchive/Zeno/releases/tag/v${finalAttrs.version}"; mainProgram = "Zeno"; license = lib.licenses.agpl3Only; maintainers = [ lib.maintainers.RossSmyth ]; }; }) Loading
pkgs/by-name/ze/zeno/package.nix 0 → 100644 +41 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildGoModule, }: buildGoModule (finalAttrs: { pname = "zeno"; version = "2.0.15"; src = fetchFromGitHub { owner = "internetarchive"; repo = "Zeno"; tag = "v${finalAttrs.version}"; hash = "sha256-NLvpPM5AQx4svAFrZ+be+Xr0bErOg3Q8y2YxdpX9lYs="; }; vendorHash = "sha256-sUd4rRq5KEbdj5Z6igmDeN1E2q9NXgyed0F4hW8De6E="; env.CGO_ENABLED = true; ldFlags = [ "-s" "-w" ]; # Attempts to access internet doCheck = false; meta = { description = "State-of-the-art web crawler"; longDescription = '' Zeno is a web crawler designed to operate wide crawls or to simply archive one web page. Zeno's key concepts are: portability, performance, simplicity. With an emphasis on performance. ''; homepage = "https://github.com/internetarchive/Zeno"; changelog = "https://github.com/internetarchive/Zeno/releases/tag/v${finalAttrs.version}"; mainProgram = "Zeno"; license = lib.licenses.agpl3Only; maintainers = [ lib.maintainers.RossSmyth ]; }; })