guix-commits
[Top][All Lists]
Advanced

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

20/62: gnu: Add go-github-com-stathat-go.


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

lfam pushed a commit to branch master
in repository guix.

commit 6bc1eb1159f72e7285c57b1e25fcc466b059fcaf
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 01:13:05 2017 -0400

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

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index d20a646..f569458 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -466,6 +466,29 @@ higher-level API for doing so.")
       (home-page "https://github.com/oschwald/maxminddb-golang";)
       (license isc))))
 
+(define-public go-github-com-stathat-go
+  (let ((commit "74669b9f388d9d788c97399a0824adbfee78400e")
+        (revision "0"))
+    (package
+      (name "go-github-com-stathat-go")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/stathat/go";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1zzlsl24dyr202qkr2pay22m6d0gb7ssms77wgdx0r0clgm7dihw"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "github.com/stathat/go"))
+      (synopsis "Post statistics to StatHat")
+      (description "This is a Go package for posting to a StatHat account.")
+      (home-page "https://github.com/stathat/go";)
+      (license expat))))
+
 (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]