perlPackages.IOStty: init 0.04

This commit is contained in:
Sandro Jäckel 2021-08-27 23:48:23 +02:00
parent 00682a56b9
commit 6032a2af13
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -10752,6 +10752,23 @@ let
};
};
IOStty = buildPerlModule {
pname = "IO-Stty";
version = "0.04";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TODDR/IO-Stty-0.04.tar.gz";
sha256 = "sha256-XJUJ8ahpPYKH+gE97wv4eqZM2ScThGHvjetVUDxmUcI=";
};
buildPhase = "make";
checkPhase = "make test";
installPhase = "make install";
meta = {
homepage = "http://wiki.github.com/toddr/IO-Stty";
description = "Change and print terminal line settings";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
IOTee = buildPerlPackage {
pname = "IO-Tee";
version = "0.66";