guix-commits
[Top][All Lists]
Advanced

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

13/27: gnu: Add go-github-com-ccding-go-stun.


From: guix-commits
Subject: 13/27: gnu: Add go-github-com-ccding-go-stun.
Date: Mon, 29 Jul 2019 14:57:20 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 48e1cbdf6ed307e8e5dbfd2e7e0731b3432d50a7
Author: Leo Famulari <address@hidden>
Date:   Wed Jul 17 13:36:36 2019 -0400

    gnu: Add go-github-com-ccding-go-stun.
    
    * gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): 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 1f94cdd..72bba8c 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1225,3 +1225,28 @@ quoting, commenting, and escaping.")
 virtual connections from a single physical connection.")
       (home-page "https://github.com/AudriusButkevicius/pfilter";)
       (license expat))))
+
+(define-public go-github-com-ccding-go-stun
+  (let ((commit "be486d185f3dfcb2dbf8429332da50a0da7f95a6")
+        (revision "2"))
+    (package
+      (name "go-github-com-ccding-go-stun")
+      (version (git-version "0.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/ccding/go-stun.git";)
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32
+            "1gr0rw1c1y7wh6913lyn5k4ig023by27i36bly6am8dwgrgp34ww"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/ccding/go-stun"))
+      (synopsis "STUN client implementation")
+      (description "Go-stun is a go implementation of the STUN client (RFC 3489
+and RFC 5389).")
+      (home-page "https://github.com/ccding/go-stun";)
+      (license asl2.0))))



reply via email to

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