Skip to content
Snippets Groups Projects
Commit 1c7f1fb1 authored by Christopher Baines's avatar Christopher Baines Committed by Andreas Enge
Browse files

gnu: Add perl-shell-command.


* gnu/packages/perl.scm (perl-shell-command): New variable.

Signed-off-by: default avatarAndreas Enge <andreas@enge.fr>
parent 3c98acb7
No related branches found
No related tags found
No related merge requests found
...@@ -6277,4 +6277,27 @@ (define-public perl-scalar-list-utils ...@@ -6277,4 +6277,27 @@ (define-public perl-scalar-list-utils
such that being individual extensions would be wasteful.") such that being individual extensions would be wasteful.")
(license (package-license perl)))) (license (package-license perl))))
(define-public perl-shell-command
(package
(name "perl-shell-command")
(version "0.06")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/F/FL/FLORA/Shell-Command-"
version
".tar.gz"))
(sha256
(base32
"1lgc2rb3b5a4lxvbq0cbg08qk0n2i88srxbsz93bwi3razpxxr7k"))))
(build-system perl-build-system)
(home-page
"http://search.cpan.org/dist/Shell-Command")
(synopsis
"Cross-platform functions emulating common shell commands")
(description
"Shell::Command is a thin wrapper around ExtUtils::Command.")
(license (package-license perl))))
;;; END: Core module overrides ;;; END: Core module overrides
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment