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

This commit is contained in:
Alexis Hildebrandt
2023-07-06 19:59:53 +00:00
committed by GitHub
parent 8a9a984d2e
commit 04eceedb4f
+7
View File
@@ -14,6 +14,13 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ openssl tdb zlib flex bison ];
postInstall = ''
install fdm-sanitize $out/bin
mkdir -p $out/share/doc/${pname}
install -m644 MANUAL $out/share/doc/${pname}
cp -R examples $out/share/doc/${pname}
'';
meta = with lib; {
description = "Mail fetching and delivery tool - should do the job of getmail and procmail";
maintainers = with maintainers; [ raskin ];