guix-commits
[Top][All Lists]
Advanced

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

22/62: gnu: Add go-github-com-petermattis-goid.


From: Leo Famulari
Subject: 22/62: gnu: Add go-github-com-petermattis-goid.
Date: Thu, 12 Oct 2017 21:43:39 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 73a2f8418d85254a2648e760cf4e48ebf7ac749e
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 01:11:37 2017 -0400

    gnu: Add go-github-com-petermattis-goid.
    
    * gnu/packages/syncthing.scm (go-github-com-petermattis-goid): New variable.
---
 gnu/packages/syncthing.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 5b597f1..1fb25d7 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -539,3 +539,28 @@ Metrics library.")
 for low-level interaction with the operating system.")
       (home-page "https://go.googlesource.com/sys";)
       (license bsd-3))))
+
+(define-public go-github-com-petermattis-goid
+  (let ((commit "3db12ebb2a599ba4a96bea1c17b61c2f78a40e02")
+        (revision "0"))
+    (package
+      (name "go-github-com-petermattis-goid")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                       (url "https://github.com/petermattis/goid.git";)
+                       (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+
+                 (base32
+                  "0z18a3mr72c52g7g94n08gxw0ksnaafbfwdl5p5jav2sffirb0kd"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/petermattis/goid"))
+      (synopsis "Identify the running goroutine")
+      (description "This package offers a method of programatically retrieving
+the current goroutine's ID.")
+      (home-page "https://github.com/petermattis/goid";)
+      (license asl2.0))))



reply via email to

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