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