perlPackages.TextLorem: init at 0.3

This commit is contained in:
Stig Palmquist 2020-02-27 14:10:09 +01:00
parent d25ac92fe5
commit 3edc73c2dd
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7

View File

@ -19261,6 +19261,20 @@ let
buildInputs = [ FileFindRule TestPod TestPodCoverage ];
};
TextLorem = buildPerlModule {
pname = "Text-Lorem";
version = "0.3";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AD/ADEOLA/Text-Lorem-0.3.tar.gz";
sha256 = "64bb636fb21213101a646b414ecbdc1b55edf905cbcdc7f5d24774ec5061fe2d";
};
meta = {
description = "Generate random Latin looking text";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
TestManifest = buildPerlPackage {
pname = "Test-Manifest";
version = "2.021";