Skip to content

Commit

Permalink
perlPackages.CLIHelpers: init at 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvik Sen authored and invokes-su committed Sep 14, 2020
1 parent 04d6123 commit 612bb9c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 612bb9c

Please sign in to comment.