perlPackages.CLIHelpers: init at 1.8

This commit is contained in:
Souvik Sen 2020-04-09 12:54:01 -04:00 committed by Souvik Sen
parent 04d6123309
commit 612bb9c796

View file

@ -2754,6 +2754,22 @@ let
};
};
CLIHelpers = buildPerlPackage {
pname = "CLI-Helpers";
version = "1.8";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BL/BLHOTSKY/CLI-Helpers-1.8.tar.gz";
sha256 = "1hgiynpy7q4gbx1d9pwnzdzil36k13vjxhscalj710ikcddvjz92";
};
buildInputs = [ PodCoverageTrustPod TestPerlCritic ];
propagatedBuildInputs = [ CaptureTiny RefUtil SubExporter TermReadKey YAML ];
meta = {
homepage = "https://github.com/reyjrar/CLI-Helpers";
description = "Subroutines for making simple command line scripts";
license = stdenv.lib.licenses.bsd3;
};
};
Clipboard = buildPerlModule {
pname = "Clipboard";
version = "0.22";