guix-commits
[Top][All Lists]
Advanced

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

21/62: gnu: Add go-github-com-rcrowley-go-metrics.


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

lfam pushed a commit to branch master
in repository guix.

commit 1a4795f9d0bb922a896820c5679686e4be41e21c
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 23:35:38 2017 -0400

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

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index f569458..5b597f1 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -489,6 +489,32 @@ higher-level API for doing so.")
       (home-page "https://github.com/stathat/go";)
       (license expat))))
 
+(define-public go-github-com-rcrowley-go-metrics
+  (let ((commit "1f30fe9094a513ce4c700b9a54458bbb0c96996c")
+        (revision "0"))
+    (package
+      (name "go-github-com-rcrowley-go-metrics")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/rcrowley/go-metrics";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1hvbiaq4b6dqgjz6jkkxglfh9gf71zin6qsg508sh0r0ixfavrzj"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "github.com/rcrowley/go-metrics"))
+      (propagated-inputs
+       `(("go-github-com-stathat-go" ,go-github-com-stathat-go)))
+      (synopsis "Go port of Coda Hale's Metrics library")
+      (description "This package provides a Go implementation of Coda Hale's
+Metrics library.")
+      (home-page "https://github.com/rcrowley/go-metrics";)
+      (license bsd-2))))
+
 (define-public go-golang-org-x-sys-unix
   (let ((commit "f3918c30c5c2cb527c0b071a27c35120a6c0719a")
         (revision "0"))



reply via email to

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