mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
perlPackages.CLIHelpers: init at 1.8
This commit is contained in:
parent
04d6123309
commit
612bb9c796
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user