GNU bug report logs - #66603
[PATCH 00/29] Add miller.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Wed, 18 Oct 2023 09:37:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #65 received at 66603 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66603 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH 24/29] gnu: Add go-github-com-kballard-go-shellquote.
Date: Wed, 18 Oct 2023 11:38:22 +0200
* gnu/packages/golang.scm (go-github-com-kballard-go-shellquote): New variable.
---
 gnu/packages/golang.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index bf5caf9c2c..166270d201 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8766,6 +8766,29 @@ (define-public go-github-com-shirou-gopsutil
       (home-page "https://github.com/shirou/gopsutil")
       (license license:bsd-3))))
 
+(define-public go-github-com-kballard-go-shellquote
+  (package
+    (name "go-github-com-kballard-go-shellquote")
+    (version "0.0.0-20180428030007-95032a82bc51")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/kballard/go-shellquote")
+                    (commit (go-version->git-ref version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1rspvmnsikdq95jmx3dykxd4k1rmgl98ryjrysvl0cf18hl1vq80"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/kballard/go-shellquote"))
+    (home-page "https://github.com/kballard/go-shellquote")
+    (synopsis #f)
+    (description
+     "Shellquote provides utilities for joining/splitting strings using sh's
+word-splitting rules.")
+    (license license:expat)))
+
 (define-public go-github-com-danwakefield-fnmatch
   (let ((commit "cbb64ac3d964b81592e64f957ad53df015803288")
         (revision "0"))
-- 
2.41.0





This bug report was last modified 1 year and 41 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.