GNU bug report logs -
#56961
[PATCHSET] Add senpai
Previous Next
Reported by: "(" <paren <at> disroot.org>
Date: Wed, 3 Aug 2022 21:17:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 56961 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-google-shlex): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 13dc28ddc6..90cd1849fd 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9968,3 +9968,27 @@ (define-public go-mvdan-cc-xurls
"This package provides a library for extracting URLs from plain text
using regular expressions in Go.")
(license license:bsd-3)))
+
+(define-public go-github-com-google-shlex
+ (let ((commit "c34317bd91bf98fab745d77b03933cf8769299fe")
+ (revision "0"))
+ (package
+ (name "go-github-com-google-shlex")
+ (version "1.2.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "github.com/google/shlex")
+ (commit commit)))
+ (file-name (git-file-name name commit))
+ (sha256
+ (base32
+ "00qivza4hkllfkar2vpqmyxybi0fwqipgijv61dgapq4xddxdq0r"))))
+ (build-system go-build-system)
+ (arguments (list #:import-path "github.com/google/shlex"))
+ (home-page "github.com/google/shlex")
+ (synopsis "Simple shell lexer for Go")
+ (description
+ "Shlex is a simple shell-syntax lexer for Go that supports
+quoting, commenting, and escaping.")
+ (license license:asl2.0))))
--
2.37.1
This bug report was last modified 1 year and 64 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.