guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-t


From: guix-commits
Subject: 02/08: gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib.
Date: Fri, 12 Jan 2024 13:02:06 -0500 (EST)

snape pushed a commit to branch master
in repository guix.

commit 882f340cbf34886120f8fc7947aa6d96654f2efd
Author: Clément Lassieur <clement@lassieur.org>
AuthorDate: Wed Dec 27 17:15:59 2023 +0100

    gnu: Add 
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib.
    
    * gnu/packages/golang.scm
    (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib):
    New variable.
    
    Change-Id: I789e097f69e66894cbb8403b96f2f1c05dfbcdd0
---
 gnu/packages/golang.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a72ecd52e2..919040fa04 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2560,6 +2560,29 @@ translated keywords and acts.")
 Go.")
     (license license:cc0)))
 
+(define-public 
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib
+  (package
+    (name 
"go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib")
+    (version "1.5.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url 
"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib";)
+         (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1kmdpxrbnxnpsi7dkgk85z005vjyj74b3wxxqrf68wg3svy69620"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path 
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib"))
+    (home-page 
"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib";)
+    (synopsis "Go pluggable transports library")
+    (description "GoPtLib is a library for writing Tor pluggable transports in
+Go.")
+    (license license:cc0)))
+
 (define-public go-github-com-sevlyar-go-daemon
   (package
     (name "go-github-com-sevlyar-go-daemon")



reply via email to

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