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
commit 797caa150c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";