perlPackages.ModuleInstallGithubMeta: init at 0.30

This commit is contained in:
Stig Palmquist 2020-09-30 14:45:40 +02:00
parent e6df1220eb
commit b6dc723213
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -12725,6 +12725,23 @@ let
};
};
ModuleInstallGithubMeta = buildPerlPackage {
pname = "Module-Install-GithubMeta";
version = "0.30";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BI/BINGOS/Module-Install-GithubMeta-0.30.tar.gz";
sha256 = "2ead44c973c748d72d9f199e41c44dc1801fe9ae06b0fadc59447693a3c98281";
};
buildInputs = [ CaptureTiny ];
propagatedBuildInputs = [ ModuleInstall ];
meta = {
homepage = "https://github.com/bingos/module-install-githubmeta/";
description = "A Module::Install extension to include GitHub meta information in META.yml";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
ModuleManifest = buildPerlPackage {
pname = "Module-Manifest";
version = "1.09";