mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #104974 from zakame/contrib/perl-Command-Runner
perlPackages.CommandRunner: init at 0.103
This commit is contained in:
commit
5e70725451
1 changed files with 17 additions and 0 deletions
|
@ -3134,6 +3134,23 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
CommandRunner = buildPerlModule {
|
||||
pname = "Command-Runner";
|
||||
version = "0.103";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SK/SKAJI/Command-Runner-0.103.tar.gz";
|
||||
sha256 = "0f180b5c3b3fc9db7b83d4a5fdd959db34f7d6d2472f817dbf8b4b795a9dc82a";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny ];
|
||||
propagatedBuildInputs = [ CaptureTiny StringShellQuote Win32ShellQuote ];
|
||||
meta = {
|
||||
homepage = "https://github.com/skaji/Command-Runner";
|
||||
description = "Run external commands and Perl code refs";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
commonsense = buildPerlPackage {
|
||||
pname = "common-sense";
|
||||
version = "3.75";
|
||||
|
|
Loading…
Reference in a new issue