[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/17: gnu: Add perl-string-shellquote.
From: |
guix-commits |
Subject: |
16/17: gnu: Add perl-string-shellquote. |
Date: |
Sun, 14 Apr 2019 05:47:58 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 7b233133cea11b021dbeb4c9ef2faa1fba326071
Author: Christopher Baines <address@hidden>
Date: Sun Mar 24 18:09:43 2019 +0000
gnu: Add perl-string-shellquote.
* gnu/packages/perl.scm (perl-string-shellquote): New variable.
---
gnu/packages/perl.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 38cc5e7..86d07c3 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7716,6 +7716,28 @@ fixed string interpolation, and simple width-matching.")
known prefixes.")
(license (package-license perl))))
+(define-public perl-string-shellquote
+ (package
+ (name "perl-string-shellquote")
+ (version "1.04")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/R/RO/ROSCH/String-ShellQuote-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0dfxhr6hxc2majkkrm0qbx3qcbykzpphbj2ms93dc86f7183c1p6"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/release/String-ShellQuote")
+ (synopsis "Quote strings for passing through a shell")
+ (description
+ "@code{shell-quote} lets you pass arbitrary strings through the shell so
+that they won't be changed.")
+ (license (package-license perl))))
+
(define-public perl-string-print
(package
(name "perl-string-print")
- branch master updated (1b7436a -> cabe8f1), guix-commits, 2019/04/14
- 16/17: gnu: Add perl-string-shellquote.,
guix-commits <=
- 17/17: gnu: Add sqitch., guix-commits, 2019/04/14
- 14/17: gnu: Add perl-test-version., guix-commits, 2019/04/14
- 15/17: gnu: Add perl-mysql-config., guix-commits, 2019/04/14
- 07/17: gnu: Add perl-template-tiny., guix-commits, 2019/04/14
- 10/17: gnu: Add perl-test-checkdeps., guix-commits, 2019/04/14
- 09/17: gnu: Add perl-uri-db., guix-commits, 2019/04/14
- 12/17: gnu: Add perl-test-file., guix-commits, 2019/04/14
- 11/17: gnu: Add perl-test-dir., guix-commits, 2019/04/14
- 08/17: gnu: Add perl-uri-nested., guix-commits, 2019/04/14
- 13/17: gnu: Add perl-test-file-contents., guix-commits, 2019/04/14