[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55903] [PATCH v10 30/41] gnu: Add go-github-com-google-shlex.
From: |
( |
Subject: |
[bug#55903] [PATCH v10 30/41] gnu: Add go-github-com-google-shlex. |
Date: |
Mon, 12 Sep 2022 19:43:29 +0100 |
From: "(unmatched-parenthesis" <paren@disroot.org>
* gnu/packages/golang.scm (go-github-com-google-shlex): 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 48bf05c695..f503ad9590 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10751,3 +10751,26 @@ (define-public go-github-com-lithammer-fuzzysearch
"A speedy fuzzy matching package for Go inspired by the JavaScript
library bevacqua/fuzzysearch.")
(license license:expat)))
+
+(define-public go-github-com-google-shlex
+ (package
+ (name "go-github-com-google-shlex")
+ (version "0.0.0-20191202100458-e7afc7fbc510")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/shlex")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "14z8hqyik910wk2qwnzgz8mjsmiamxa0pj55ahbv0jx6j3dgvzfm"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/google/shlex"))
+ (home-page "https://github.com/google/shlex")
+ (synopsis "Simple lexer for Go")
+ (description
+ "Shlex is a simple lexer for Go that supports shell-style quoting,
+commenting, and escaping.")
+ (license license:asl2.0)))
--
2.37.3
- [bug#55903] [PATCH v10 08/41] gnu: Add go-github-com-go-ini-ini., (continued)
- [bug#55903] [PATCH v10 08/41] gnu: Add go-github-com-go-ini-ini., (, 2022/09/12
- [bug#55903] [PATCH v10 14/41] gnu: Add go-github-com-go-test-deep., (, 2022/09/12
- [bug#55903] [PATCH v10 18/41] gnu: Add go-github-com-emersion-go-textwrapper., (, 2022/09/12
- [bug#55903] [PATCH v10 25/41] gnu: Add go-github-com-emersion-go-smtp., (, 2022/09/12
- [bug#55903] [PATCH v10 11/41] gnu: Add go-github-com-ssor-bom., (, 2022/09/12
- [bug#55903] [PATCH v10 26/41] gnu: Add go-github-com-niemeyer-pretty., (, 2022/09/12
- [bug#55903] [PATCH v10 23/41] gnu: Add go-github-com-protonmail-go-crypto., (, 2022/09/12
- [bug#55903] [PATCH v10 02/41] gnu: Add go-github-com-creack-pty., (, 2022/09/12
- [bug#55903] [PATCH v10 15/41] gnu: Add go-github-com-cention-sany-utf7., (, 2022/09/12
- [bug#55903] [PATCH v10 29/41] gnu: Add go-github-com-lithammer-fuzzysearch., (, 2022/09/12
- [bug#55903] [PATCH v10 30/41] gnu: Add go-github-com-google-shlex.,
( <=
- [bug#55903] [PATCH v10 27/41] gnu: Add go-github-com-arran4-golang-ical., (, 2022/09/12
- [bug#55903] [PATCH v10 38/41] gnu: Add go-github-com-onsi-ginkgo., (, 2022/09/12
- [bug#55903] [PATCH v10 32/41] gnu: Add go-github-com-emersion-go-milter., (, 2022/09/12
- [bug#55903] [PATCH v10 34/41] gnu: Add go-github-com-onsi-gomega., (, 2022/09/12
- [bug#55903] [PATCH v10 37/41] gnu: Add go-github-com-go-task-slim-sprig., (, 2022/09/12
- [bug#55903] [PATCH v10 28/41] gnu: Add go-git-sr-ht--sircmpwn-getopt., (, 2022/09/12
- [bug#55903] [PATCH v10 31/41] gnu: Add go-github-com-emersion-go-maildir., (, 2022/09/12
- [bug#55903] [PATCH v10 33/41] gnu: Add go-github-com-emersion-go-msgauth., (, 2022/09/12
- [bug#55903] [PATCH v10 39/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb., (, 2022/09/12
- [bug#55903] [PATCH v10 35/41] gnu: Add go-gopkg-in-tomb-v1., (, 2022/09/12