[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42380] [PATCH v4 1/9] gnu: Add go-torproject-org-ptlib.
From: |
André Batista |
Subject: |
[bug#42380] [PATCH v4 1/9] gnu: Add go-torproject-org-ptlib. |
Date: |
Thu, 3 Jun 2021 00:17:38 -0300 |
* gnu/packages/golang.scm (go-torproject-org-ptlib): New variable.
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8c3c81ceda..940f38af76 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -25,6 +25,7 @@
;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
;;; Copyright © 2021 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2021 André Batista <nandre@riseup.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -7033,3 +7034,27 @@ simplifications, and enforces style rules.")
"This package provides a library for fast, structured, leveled logging in
Go.")
(license license:expat)))
+
+(define-public go-torproject-org-ptlib
+ (package
+ (name "go-torproject-org-ptlib")
+ (version "1.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.torproject.org/pluggable-transports/goptlib.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1lh938194hvkf8pqgnxwf6hvjv9rv0j3kasi07r2ckrj8sxzk4jc"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "git.torproject.org/pluggable-transports/goptlib.git"))
+ (home-page "https://git.torproject.org/pluggable-transports/goptlib.git")
+ (synopsis "Go library for Tor Pluggable Transports")
+ (description "Library for writing Tor Pluggable Transports in Go. Pluggable
+Transports are a means of connecting to the Tor Network from places where it
+is censored.")
+ (license license:cc0)))
--
2.31.1
- [bug#42380] [PATCH v4 0/9] gnu: Add torbrowser-unbundle., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 1/9] gnu: Add go-torproject-org-ptlib.,
André Batista <=
- [bug#42380] [PATCH v4 2/9] gnu: Add go-github-com-agl-ed25519., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 3/9] gnu: Add go-github-com-dchest-siphash., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 5/9] gnu: Add go-github-com-dsnet-compress., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 4/9] gnu: Add go-github-com-dchest-uniuri., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 6/9] gnu: Add go-schwanenlied-me-yawning-bsaes., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 8/9] gnu: Add obfs4., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 7/9] gnu: Add go-gitlab-com-yawning-utls., André Batista, 2021/06/02
- [bug#42380] [PATCH v4 9/9] gnu: Add torbrowser-unbundle., André Batista, 2021/06/02