gnu: Add go-moul-io-http2curl-v2.

* gnu/packages/golang-web.scm (go-moul-io-http2curl-v2): New variable.

Change-Id: Icbc4128cb693bdda43dea8c3eda2cd4dfcca61e2
This commit is contained in:
Sharlatan Hellseher 2025-07-07 11:35:07 +01:00
parent 5a0cbb1f4d
commit 464f0222ac
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -10784,6 +10784,32 @@ etc)
@code{FileSet} and Token removed.")
(license license:bsd-3)))
(define-public go-moul-io-http2curl-v2
(package
(name "go-moul-io-http2curl-v2")
(version "2.3.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/moul/http2curl")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0yh07sqj31dg1rm46akp91m953mrxnr2l4sz7wjwqsw3z501c1fk"))))
(build-system go-build-system)
(arguments
(list
#:import-path "moul.io/http2curl/v2"))
(native-inputs
(list go-github-com-tailscale-depaware))
(home-page "https://moul.io/http2curl")
(synopsis "Golang's @code{http.Request} to CURL command line")
(description
"This package implements a functionality to convert Golang's
@code{http.Request} to CURL command line.")
(license (list license:asl2.0 license:expat))))
(define-public go-mvdan-cc-xurls-v2
(package
(name "go-mvdan-cc-xurls-v2")