@@ -4037,3 +4037,28 @@ gist (https://gist.github.com/kballard/272720)")
(synopsis "Package ini provides INI file read and write functionality in Go")
(description "Package ini provides INI file read and write functionality in Go.")
(license license:asl2.0))))
+
+(define-public go-github-com-google-shlex
+ (let ((commit "c34317bd91bf98fab745d77b03933cf8769299fe")
+ (url "https://github.com/google/shlex"))
+ (package
+ (name "go-github-com-google-shlex")
+ (version (git-version "0.0.0" "0" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url url)
+ (commit commit)))
+ (sha256
+ (base32
+ "00qivza4hkllfkar2vpqmyxybi0fwqipgijv61dgapq4xddxdq0r"))
+ (file-name (git-file-name name version))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/google/shlex"))
+ (home-page url)
+ (synopsis "A simple lexer")
+ (description "go-shlex is a simple lexer for go that supports shell-style
+quoting, commenting, and escaping.")
+ (license license:asl2.0))))