3
0
Fork 0
forked from mirrors/nixpkgs

perlPackage.TermShell: init at 1.4.0

This commit is contained in:
tobiasBora 2019-03-06 21:29:06 +01:00 committed by Leo Colisson
parent ec7f8929b6
commit dd76b3de6c

View file

@ -14646,6 +14646,20 @@ let
};
};
TermShell = buildPerlModule rec {
name = "Term-Shell-0.10";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "7d1f824c2db22769b60000b5b9ca2ad469c154939f9ec1cd3f0e06e9c967dda3";
};
propagatedBuildInputs = [ TermReadKey TextAutoformat ];
meta = with stdenv.lib; {
homepage = http://metacpan.org/release/Term-Shell;
description = "A simple command-line shell framework";
license = with licenses; [ artistic1 gpl1Plus ];
};
};
TermShellUI = buildPerlPackage rec {
name = "Term-ShellUI-0.92";
src = fetchurl {