Merge pull request #191599 from pbsds/axel-rc

axel: add $out/share/doc/axelrc.example
This commit is contained in:
Pascal Wittmann
2022-10-27 19:34:36 +02:00
committed by GitHub
+5
View File
@@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
installFlags = [ "ETCDIR=${placeholder "out"}/etc" ];
postInstall = ''
mkdir -p $out/share/doc
cp doc/axelrc.example $out/share/doc/axelrc.example
'';
meta = with lib; {
description = "Console downloading program with some features for parallel connections for faster downloading";
homepage = "https://github.com/axel-download-accelerator/axel";