fdm: Install helper script, manual, and examples (#241310)

authored by Alexis Hildebrandt and committed by GitHub 04eceedb 8a9a984d

+7
+7
pkgs/tools/networking/fdm/default.nix
··· 14 nativeBuildInputs = [ autoreconfHook ]; 15 buildInputs = [ openssl tdb zlib flex bison ]; 16 17 meta = with lib; { 18 description = "Mail fetching and delivery tool - should do the job of getmail and procmail"; 19 maintainers = with maintainers; [ raskin ];
··· 14 nativeBuildInputs = [ autoreconfHook ]; 15 buildInputs = [ openssl tdb zlib flex bison ]; 16 17 + postInstall = '' 18 + install fdm-sanitize $out/bin 19 + mkdir -p $out/share/doc/${pname} 20 + install -m644 MANUAL $out/share/doc/${pname} 21 + cp -R examples $out/share/doc/${pname} 22 + ''; 23 + 24 meta = with lib; { 25 description = "Mail fetching and delivery tool - should do the job of getmail and procmail"; 26 maintainers = with maintainers; [ raskin ];