Merge pull request #250237 from fabaff/xcrawl3r
xcrawl3r: init at 0.1.0
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "xcrawl3r";
|
||||
version = "0.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hueristiq";
|
||||
repo = "xcrawl3r";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-K7UuWsteI8mEAGOF/g/EbT/Ch6sbmKhiiYB3npdDmFk=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-/yBSrZdlVMZgcKcONBSq7C5IFC30TJL0z6FZRXm+HUs=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A CLI utility to recursively crawl webpages";
|
||||
homepage = "https://github.com/hueristiq/xcrawl3r";
|
||||
changelog = "https://github.com/hueristiq/xcrawl3r/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
@@ -14603,6 +14603,8 @@ with pkgs;
|
||||
|
||||
xspim = callPackage ../development/tools/misc/xspim { };
|
||||
|
||||
xcrawl3r = callPackage ../tools/security/xcrawl3r { };
|
||||
|
||||
xcruiser = callPackage ../applications/misc/xcruiser { };
|
||||
|
||||
xwallpaper = callPackage ../tools/X11/xwallpaper { };
|
||||
|
||||
Reference in New Issue
Block a user