mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add perl-ipc-cmd.
* gnu/packages/perl.scm (perl-ipc-cmd): New variable.
This commit is contained in:
parent
81157cf5a7
commit
e9ef394ac9
1 changed files with 20 additions and 0 deletions
|
@ -3323,6 +3323,26 @@ (define-public perl-io-tty
|
|||
pseudo ttys.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-ipc-cmd
|
||||
(package
|
||||
(name "perl-ipc-cmd")
|
||||
(version "0.96")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/B/BI/BINGOS/IPC-Cmd-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a2v44x70gj9fd5wa8i08f9z6n14qppj1j49m1hc333wh72mzk6i"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/IPC-Cmd")
|
||||
(synopsis "Run interactive command-line programs")
|
||||
(description "@code{IPC::Cmd} allows for the searching and execution of
|
||||
any binary on your system. It adheres to verbosity settings and is able to
|
||||
run interactively. It also has an option to capture output/error buffers.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-ipc-run
|
||||
(package
|
||||
(name "perl-ipc-run")
|
||||
|
|
Loading…
Reference in a new issue