7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-bKQBOk9yUqgnufRyyqXatsRHpesbM49rAkz0dD5XE80=";
18 cargoHash = "sha256-R5TRF4yvjQalsj1UA2kiLBuTOhqIbbHW6lvf1ixvJG4=";
25 installManPage docs/man/kestrel.1
26 installShellCompletion --bash --name ${pname} completion/kestrel.bash-completion
30 description = "File encryption done right";
31 mainProgram = "kestrel";
33 Kestrel is a data-at-rest file encryption program
34 that lets you encrypt files to anyone with a public key.
36 homepage = "https://getkestrel.com";
37 license = licenses.bsd3;
38 maintainers = with maintainers; [ zendo ];