fdm: Install helper script, manual, and examples (#241310)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user