1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "feed2imap-go";
7 src = fetchFromGitHub {
11 sha256 = "sha256-Qtpg8DvIFkba+Do8IwemBF0rt85wS4Tq7yOLsdpQFCs=";
16 "-X github.com/Necoro/feed2imap-go/pkg/version.version=${version}"
17 "-X github.com/Necoro/feed2imap-go/pkg/version.commit=nixpkgs"
20 vendorHash = "sha256-WFbfSzU1N2RAOMfCM7wqiAQ6R1HRaT0EfX4KYhstHJU=";
22 # The print-cache tool is not an end-user tool (https://github.com/Necoro/feed2imap-go/issues/94)
24 rm -f $out/bin/print-cache
28 description = "Uploads rss feeds as e-mails onto an IMAP server";
29 mainProgram = "feed2imap-go";
30 homepage = "https://github.com/Necoro/feed2imap-go";
31 license = licenses.gpl2;
32 maintainers = with maintainers; [ nomeata ];