axel: add $out/share/doc/axelrc.example

Other distros tend to bundle example configuration
This commit is contained in:
Peder Bergebakken Sundt 2022-09-17 05:02:00 +02:00
parent d9a1414346
commit 86025fbdb8

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