Merge pull request #135354 from zakame/contrib/perl-Module-cpmfile

perlPackages.Modulecpmfile: init at 0.002
This commit is contained in:
Stig 2021-08-23 12:14:37 +02:00 committed by GitHub
commit b43e2e5581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13243,6 +13243,23 @@ let
};
};
Modulecpmfile = buildPerlModule {
pname = "Module-cpmfile";
version = "0.002";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SK/SKAJI/Module-cpmfile-0.002.tar.gz";
sha256 = "18dxc5wgds1way0dvd6dx5rhc2siyaa38nhpy4gb5v7ldnj3yjc8";
};
buildInputs = [ ModuleBuildTiny ModuleCPANfile Test2Suite ];
propagatedBuildInputs = [ YAMLPP ];
meta = {
homepage = "https://github.com/skaji/cpmfile";
description = "Parse cpmfile";
license = with lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.zakame ];
};
};
ModuleBuild = buildPerlPackage {
pname = "Module-Build";
version = "0.4231";