mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-txthinking-socks5.
* gnu/packages/golang-web.scm (go-github-com-txthinking-socks5): New variable. Change-Id: I5fea89984f73f366d9fe8f73827e40ffbfe0fe2e
This commit is contained in:
parent
e0893fffce
commit
9b601ba37f
1 changed files with 28 additions and 0 deletions
|
@ -7530,6 +7530,34 @@ can run applications in other languages and still keep cross compilation.")
|
||||||
sockets.")
|
sockets.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public go-github-com-txthinking-socks5
|
||||||
|
(package
|
||||||
|
(name "go-github-com-txthinking-socks5")
|
||||||
|
(version "0.0.0-20230325130024-4230056ae301")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/txthinking/socks5")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1zbwczxwmx8ngs6s0bnb0v73jvx96m9ll753zfgcns8fvvgdi2lb"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/txthinking/socks5"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-miekg-dns
|
||||||
|
go-github-com-patrickmn-go-cache
|
||||||
|
go-github-com-txthinking-runnergroup))
|
||||||
|
(home-page "https://github.com/txthinking/socks5")
|
||||||
|
(synopsis "SOCKSv5 protocol Golang library")
|
||||||
|
(description
|
||||||
|
"This package provides a SOCKS protocol version 5 library with full
|
||||||
|
TCP/UDP and IPv4/IPv6 support.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-ucarion-urlpath
|
(define-public go-github-com-ucarion-urlpath
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-ucarion-urlpath")
|
(name "go-github-com-ucarion-urlpath")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue