1 { lib, fetchgit, buildGoModule, installShellFiles }:
8 url = "https://tildegit.org/sloum/bombadillo.git";
10 hash = "sha256-FjU9AyRAdGFr1bVpkmj5STkbzCXvpxOaOj7WNQJq7A0=";
13 nativeBuildInputs = [ installShellFiles ];
17 outputs = [ "out" "man" ];
20 installManPage bombadillo.1
24 description = "Non-web client for the terminal, supporting Gopher, Gemini and more";
25 mainProgram = "bombadillo";
26 homepage = "https://bombadillo.colorfield.space/";
27 license = licenses.gpl3;
28 maintainers = with maintainers; [ ehmry ];