1 { lib, python3Packages, fetchFromGitHub }:
3 python3Packages.buildPythonApplication rec {
5 version = "unstable-2021-04-10";
9 src = fetchFromGitHub {
12 rev = "cc125b7b44432542b227887fd7e2701f77fd8ca2";
13 sha256 = "0r2d1drg2zvwmn3zg0qb32i9mh03r5di9q1yszx23r32rsax9mxh";
16 propagatedBuildInputs = [ python3Packages.gpgme ];
18 install -Dm755 $src/zeyple/zeyple.py $out/bin/zeyple
22 description = "Utility program to automatically encrypt outgoing emails with GPG";
23 homepage = "https://infertux.com/labs/zeyple/";
24 maintainers = with maintainers; [ ettom ];
25 license = licenses.agpl3Plus;
26 mainProgram = "zeyple";