mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
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>
This commit is contained in:
parent
124ca1e500
commit
7f501b9835
1 changed files with 23 additions and 0 deletions
|
@ -7357,6 +7357,29 @@ This package is a successor to @code{go-github-com-golang-protobuf} with an
|
||||||
improved and cleaner API.")
|
improved and cleaner API.")
|
||||||
(license license:bsd-3)))
|
(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
|
(define-public go-github-com-mattn-go-zglob
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-mattn-go-zglob")
|
(name "go-github-com-mattn-go-zglob")
|
||||||
|
|
Loading…
Add table
Reference in a new issue