[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48729] [PATCH v2 08/47] gnu: Add go-github-com-willscott-goturn.
From: |
Raghav Gururajan |
Subject: |
[bug#48729] [PATCH v2 08/47] gnu: Add go-github-com-willscott-goturn. |
Date: |
Thu, 3 Jun 2021 05:57:35 -0400 |
* gnu/packages/golang.scm (go-github-com-willscott-goturn): New variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3594138169..2539863770 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -69,6 +69,31 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(define-public go-github-com-willscott-goturn
+ (let ((commit "19f41278d0c9251d64e0ee29f37d51e87a24a97b")
+ (revision "68"))
+ (package
+ (name "go-github-com-willscott-goturn")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/willscott/goturn")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0zwvhfznr84ayzknn9flh65nvqjsixisgy9fkhz2jlahl1ldqcq7"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/willscott/goturn"))
+ (synopsis "A golang TURN dialer")
+ (description "GoTURN is a library providing a Go interface compatible
with
+the golang proxy package which connects through a TURN relay.")
+ (home-page "https://github.com/willscott/goturn")
+ (license license:bsd-3))))
+
(define-public go-torproject-org-pluggable-transports-goptlib
(package
(name "go-torproject-org-pluggable-transports-goptlib")
--
2.31.1
- [bug#48729] [PATCH v2 02/47] gnu: Add go-github-com-dchest-siphash., (continued)
- [bug#48729] [PATCH v2 02/47] gnu: Add go-github-com-dchest-siphash., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 03/47] gnu: Add go-github-com-emersion-go-autostart., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 04/47] gnu: Add go-github-com-apparentlymart-go-openvpn-mgmt., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 06/47] gnu: Add go-github-com-sevlyar-go-daemon., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 05/47] gnu: Add go-github-com-keybase-go-ps., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 07/47] gnu: Add go-torproject-org-pluggable-transports-goptlib., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 08/47] gnu: Add go-github-com-willscott-goturn.,
Raghav Gururajan <=
[bug#48729] [PATCH v2 10/47] gnu: Add go-github-com-operatorfoundation-shapeshifter-ipc., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 13/47] gnu: Add go-github-com-deckarep-golang-set., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 12/47] gnu: Add go-github-com-blanu-dust., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 14/47] gnu: Add go-github-com-operatorfoundation-monolith-go., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 17/47] gnu: Add go-github-com-aead-chacha20., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 18/47] gnu: Add go-github-com-riobard-go-bloom., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 19/47] gnu: Add go-github-com-shadowsocks-go-shadowsocks2., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 09/47] gnu: Add go-github-com-operatorfoundation-obfs4., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 11/47] gnu: Add go-github-com-op-go-logging., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 15/47] gnu: Add go-github-com-opentracing-opentracing-go., Raghav Gururajan, 2021/06/03