1 { lib, buildGoModule, fetchFromGitea, installShellFiles, perl }:
5 version = "1.8-unstable-2024-03-18";
8 domain = "codeberg.org";
11 rev = "69c73844b2498c46f1293b129808bfdce8822c28";
12 hash = "sha256-cG75Jn331G0HZZyrE+JWC05f6DgYBz6sx8MTCxsG/vw=";
15 vendorHash = "sha256-GSFhz3cIRl4XUA18HUeUkrw+AJyOkU3ZrZKYTGsWbug=";
18 "cmd/go/ssh-authorized-keys"
22 nativeBuildInputs = [ installShellFiles ];
24 buildInputs = [ perl ];
27 install cmd/{bash,perl}/ssh-*/ssh-* -t $out/bin
28 installManPage man/*.1
32 description = "Making SSH more convenient";
33 homepage = "https://codeberg.org/vaporup/ssh-tools";
34 license = licenses.gpl3Only;
35 maintainers = with maintainers; [ SuperSandro2000 ];