perlPackages.ModuleInstallGithubMeta: init at 0.30
This commit is contained in:
parent
e6df1220eb
commit
b6dc723213
@ -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 {
|
ModuleManifest = buildPerlPackage {
|
||||||
pname = "Module-Manifest";
|
pname = "Module-Manifest";
|
||||||
version = "1.09";
|
version = "1.09";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user