[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/30: gnu: Add perl-ipc-cmd.
From: |
Ricardo Wurmus |
Subject: |
18/30: gnu: Add perl-ipc-cmd. |
Date: |
Sun, 27 Nov 2016 08:50:10 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit e9ef394ac918267fdaa889bf34e04cf539eb31cd
Author: Ricardo Wurmus <address@hidden>
Date: Wed Nov 23 22:07:23 2016 +0100
gnu: Add perl-ipc-cmd.
* gnu/packages/perl.scm (perl-ipc-cmd): New variable.
---
gnu/packages/perl.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 226d1af..a3f7c33 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3323,6 +3323,26 @@ filehandles; in particular, IO::Scalar, IO::ScalarArray,
and IO::Lines.")
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")
- branch master updated (a82f0b3 -> 253cdd6), Ricardo Wurmus, 2016/11/27
- 04/30: gnu: Add perl-business-isbn-data., Ricardo Wurmus, 2016/11/27
- 03/30: gnu: Add perl-autovivification., Ricardo Wurmus, 2016/11/27
- 09/30: gnu: Add perl-data-compare., Ricardo Wurmus, 2016/11/27
- 05/30: gnu: Add perl-business-isbn., Ricardo Wurmus, 2016/11/27
- 18/30: gnu: Add perl-ipc-cmd.,
Ricardo Wurmus <=
- 10/30: gnu: Add perl-data-uniqid., Ricardo Wurmus, 2016/11/27
- 02/30: gnu: Add perl-mojolicious., Ricardo Wurmus, 2016/11/27
- 14/30: gnu: Add perl-encode-eucjpascii., Ricardo Wurmus, 2016/11/27
- 13/30: gnu: perl-encode-detect: Move to alphabetical position., Ricardo Wurmus, 2016/11/27
- 08/30: gnu: Add perl-business-ismn., Ricardo Wurmus, 2016/11/27
- 01/30: gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host., Ricardo Wurmus, 2016/11/27
- 07/30: gnu: Add perl-tie-cycle., Ricardo Wurmus, 2016/11/27
- 11/30: gnu: Add perl-date-simple., Ricardo Wurmus, 2016/11/27
- 12/30: gnu: Add perl-datetime-calendar-julian., Ricardo Wurmus, 2016/11/27
- 17/30: gnu: Add perl-extutils-libbuilder., Ricardo Wurmus, 2016/11/27