9 pname = "goimapnotify";
12 src = fetchFromGitLab {
14 repo = "goimapnotify";
16 hash = "sha256-ieaj97CjoSc/qt/JebATHmiJ7RIvNUpFZjEM6mqG9Rk=";
19 vendorHash = "sha256-rWPXQj0XFS/Mv9ylGv09vol0kkRDNaOAEgnJvSWMvoI=";
22 for f in command.go command_test.go; do
23 substituteInPlace $f --replace '"sh"' '"${runtimeShell}"'
28 description = "Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE";
29 homepage = "https://gitlab.com/shackra/goimapnotify";
30 license = licenses.gpl3Plus;
31 maintainers = with maintainers; [
35 mainProgram = "goimapnotify";