perlPackages.FileCountLines: init at 0.0.3

This commit is contained in:
Stig Palmquist 2020-09-16 14:04:59 +02:00
parent 4eaf246f24
commit 89d04bfff0
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -7508,6 +7508,19 @@ let
};
};
FileCountLines = buildPerlPackage {
pname = "File-CountLines";
version = "0.0.3";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MO/MORITZ/File-CountLines-v0.0.3.tar.gz";
sha256 = "cfd97cce7c9613e4e569d47874a2b5704f1be9eced2f0739c870725694382a62";
};
meta = {
description = "Efficiently count the number of line breaks in a file";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
FileDesktopEntry = buildPerlPackage {
version = "0.22";
pname = "File-DesktopEntry";