Merge pull request #105137 from zakame/contrib/perl-App-cpm

perlPackages.Appcpm: init at 0.994

authored by StigP and committed by GitHub dc2c3407 05d408e6

+21
+21
pkgs/top-level/perl-packages.nix
··· 596 596 }; 597 597 }; 598 598 599 + Appcpm = buildPerlModule { 600 + pname = "App-cpm"; 601 + version = "0.994"; 602 + src = fetchurl { 603 + url = "mirror://cpan/authors/id/S/SK/SKAJI/App-cpm-0.994.tar.gz"; 604 + sha256 = "4242ecb64aaae09034eddb1b338e005567ace29f2ac2d1bca4d4bcf4e15d21c4"; 605 + }; 606 + buildInputs = [ ModuleBuildTiny ]; 607 + propagatedBuildInputs = [ CPANCommonIndex CPANDistnameInfo ClassTiny CommandRunner ExtUtilsInstallPaths FileCopyRecursive Filepushd HTTPTinyish MenloLegacy ModuleCPANfile ParallelPipes locallib ]; 608 + nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang; 609 + postInstall = stdenv.lib.optionalString stdenv.isDarwin '' 610 + shortenPerlShebang $out/bin/cpm 611 + ''; 612 + meta = { 613 + homepage = "https://github.com/skaji/cpm"; 614 + description = "A fast CPAN module installer"; 615 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 616 + maintainers = [ maintainers.zakame ]; 617 + }; 618 + }; 619 + 599 620 Applify = buildPerlPackage { 600 621 pname = "Applify"; 601 622 version = "0.21";