[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48729] [PATCH v6 23/25] gnu: Add go-0xacab-org-leap-shapeshifter.
From: |
Raghav Gururajan |
Subject: |
[bug#48729] [PATCH v6 23/25] gnu: Add go-0xacab-org-leap-shapeshifter. |
Date: |
Tue, 22 Jun 2021 00:35:15 -0400 |
* gnu/packages/golang.scm (go-0xacab-org-leap-shapeshifter): New variable.
---
gnu/packages/golang.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9cad48d3db..28a2c4b61a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -69,6 +69,39 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(define-public go-0xacab-org-leap-shapeshifter
+ (let ((commit "0aa6226582efb8e563540ec1d3c5cfcd19200474")
+ (revision "12"))
+ (package
+ (name "go-0xacab-org-leap-shapeshifter")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://0xacab.org/leap/shapeshifter")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0m4fla9ppl53k9syms4dsad92wakr74cdvids3xxv3amdh4d1w4i"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "0xacab.org/leap/shapeshifter"))
+ (propagated-inputs
+ `(("go-github-com-operatorfoundation-obfs4"
+ ,go-github-com-operatorfoundation-obfs4)
+ ("go-github-com-operatorfoundation-shapeshifter-transports"
+ ,go-github-com-operatorfoundation-shapeshifter-transports)
+ ("go-golang-org-x-net" ,go-golang-org-x-net)))
+ (home-page "https://0xacab.org/leap/shapeshifter")
+ (synopsis "Shapeshifter Dispatcher Library")
+ (description "Shapeshifter provides network protocol shapeshifting
+technology. The purpose of this technology is to change the characteristics of
+network traffic so that it is not identified and subsequently blocked by
network
+filtering devices.")
+ (license license:bsd-2))))
+
(define-public go-github-com-operatorfoundation-shapeshifter-transports
(package
(name "go-github-com-operatorfoundation-shapeshifter-transports")
--
2.32.0
- [bug#48729] [PATCH v6 13/25] gnu: Add go-github-com-deckarep-golang-set., (continued)
- [bug#48729] [PATCH v6 13/25] gnu: Add go-github-com-deckarep-golang-set., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 16/25] gnu: Add go-github-com-mufti1-interconv., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 17/25] gnu: Add go-github-com-aead-chacha20., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 09/25] gnu: Add go-github-com-operatorfoundation-obfs4., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 15/25] gnu: Add go-github-com-opentracing-opentracing-go., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 12/25] gnu: Add go-github-com-blanu-dust., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 14/25] gnu: Add go-github-com-operatorfoundation-monolith-go., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 18/25] gnu: Add go-github-com-riobard-go-bloom., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 20/25] gnu: Add go-github-com-kataras-pio., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 21/25] gnu: Add go-github-com-kataras-golog., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 23/25] gnu: Add go-0xacab-org-leap-shapeshifter.,
Raghav Gururajan <=
- [bug#48729] [PATCH v6 25/25] services: Add bitmask-service-type., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 19/25] gnu: Add go-github-com-shadowsocks-go-shadowsocks2., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 22/25] gnu: Add go-github-com-operatorfoundation-shapeshifter-transports., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 24/25] gnu: Add bitmask., Raghav Gururajan, 2021/06/22