guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/31: gnu: Add go-github-com-flynn-archive-go-shlex.


From: guix-commits
Subject: 23/31: gnu: Add go-github-com-flynn-archive-go-shlex.
Date: Thu, 14 Mar 2019 03:06:55 -0400 (EDT)

lfam pushed a commit to branch wip-go-build-system
in repository guix.

commit d4e0976dec7ef6ed14de857b3e9deb114d539499
Author: Leo Famulari <address@hidden>
Date:   Wed Mar 13 17:21:40 2019 -0400

    gnu: Add go-github-com-flynn-archive-go-shlex.
    
    * gnu/packages/syncthing.scm (go-github-com-flynn-archive-go-shlex): New
    variable.
---
 gnu/packages/syncthing.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index cc7ebe2..c6b986c 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1183,3 +1183,27 @@ Go language.")
 language.")
     (home-page "https://gopkg.in/ldap.v2";)
     (license expat)))
+
+(define-public go-github-com-flynn-archive-go-shlex
+  (let ((commit "3f9db97f856818214da2e1057f8ad84803971cff")
+        (revision "0"))
+    (package
+      (name "go-github-com-flynn-archive-go-shlex")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                       (url "https://github.com/flynn-archive/go-shlex.git";)
+                       (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1j743lysygkpa2s2gii2xr32j7bxgc15zv4113b0q9jhn676ysia"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/flynn-archive/go-shlex"))
+      (synopsis "Go lexer")
+      (description "Shlex is a simple lexer for go that supports shell-style
+quoting, commenting, and escaping.")
+      (home-page "https://github.com/flynn-archive/go-shlex";)
+      (license asl2.0))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]