guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: Add go-github-com-tevino-abool.


From: Ludovic Courtès
Subject: 06/06: gnu: Add go-github-com-tevino-abool.
Date: Wed, 23 May 2018 07:53:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 21290c35b1edd41a23a144cab5cf85bc99853511
Author: Rouby Pierre-Antoine <address@hidden>
Date:   Tue May 15 15:25:42 2018 +0200

    gnu: Add go-github-com-tevino-abool.
    
    * gnu/packages/golang.scm (go-github-com-tevino-abool): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e1ed996..7b09f56 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1445,3 +1445,29 @@ Features include:
 @item Testing suite interfaces and functions.
 @end itemize")
       (license license:expat))))
+
+(define-public go-github-com-tevino-abool
+  (let ((commit
+          "3c25f2fe7cd0ef3eabefce1d90efd69a65d35b12")
+        (revision "0"))
+    (package
+      (name "go-github-com-tevino-abool")
+      (version (git-version "0.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/tevino/abool.git";)
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+            (base32
+              "1wxqrclxk93q0aj15z596dx2y57x9nkhi64nbrr5cxnhxn8vwixm"))))
+      (build-system go-build-system)
+      (arguments
+        '(#:import-path "github.com/tevino/abool"))
+      (home-page "https://github.com/tevino/abool";)
+      (synopsis "Atomic boolean library for Go code")
+      (description "This package is atomic boolean library for Go code,
+optimized for performance yet simple to use.")
+      (license license:expat))))



reply via email to

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