1 { lib, buildGoModule, fetchFromGitHub, go-md2man, installShellFiles }:
7 src = fetchFromGitHub {
11 hash = "sha256-OQjuNRuzFluZLssM+q+WpoRncdJMj6Sl/A+mUZA7UpI=";
16 ldflags = [ "-s" "-w" "-X main.version=${version}" ];
18 nativeBuildInputs = [ go-md2man installShellFiles ];
21 sed -i '/SHELL= /d' Makefile
23 installManPage docs/*.[1-9]
27 description = "User-friendly pager for grep/git-grep/ripgrep";
28 mainProgram = "vgrep";
29 homepage = "https://github.com/vrothberg/vgrep";
30 license = licenses.gpl3Only;
31 maintainers = with maintainers; [ SuperSandro2000 ];