[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: Add go-github-com-macronut-go-tproxy.
From: |
guix-commits |
Subject: |
07/09: gnu: Add go-github-com-macronut-go-tproxy. |
Date: |
Mon, 30 Jan 2023 17:51:00 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 7f501b9835ef7169bf43670db1d2d7f26dcbcc58
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Jan 3 15:22:03 2023 +0800
gnu: Add go-github-com-macronut-go-tproxy.
* gnu/packages/golang.scm (go-github-com-macronut-go-tproxy): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ed482502a8..4c79f3dec2 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7357,6 +7357,29 @@ This package is a successor to
@code{go-github-com-golang-protobuf} with an
improved and cleaner API.")
(license license:bsd-3)))
+(define-public go-github-com-macronut-go-tproxy
+ (package
+ (name "go-github-com-macronut-go-tproxy")
+ (version "0.0.0-20190726054950-ef7efd7f24ed")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/FutureProtocolLab/go-tproxy")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0jibsg0xhsn0h1jq4g9qd4nr58w43y8majlwfri9ffk2cbfrwqdr"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/macronut/go-tproxy"))
+ (home-page "https://github.com/FutureProtocolLab/go-tproxy")
+ (synopsis "Linux Transparent Proxy library")
+ (description
+ "Golang TProxy provides an easy to use wrapper for the Linux Transparent
+Proxy functionality.")
+ (license license:expat)))
+
(define-public go-github-com-mattn-go-zglob
(package
(name "go-github-com-mattn-go-zglob")
- branch master updated (17448c8afa -> e6f557dd23), guix-commits, 2023/01/30
- 01/09: container: Correctly report exit status., guix-commits, 2023/01/30
- 06/09: gnu: Add go-github-com-google-gopacket., guix-commits, 2023/01/30
- 03/09: gnu: texinfo: Make 'perl-archive-zip' available to 'texi2any'., guix-commits, 2023/01/30
- 07/09: gnu: Add go-github-com-macronut-go-tproxy.,
guix-commits <=
- 08/09: gnu: Add phantomsocks., guix-commits, 2023/01/30
- 09/09: gnu: guile-ssh: Update to 0.16.3., guix-commits, 2023/01/30
- 04/09: gnu: Add font-carlito., guix-commits, 2023/01/30
- 02/09: linux-container: 'container-excursion' forks to join the PID namespace., guix-commits, 2023/01/30
- 05/09: gnu: Add python-haversine., guix-commits, 2023/01/30