mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-letsencrypt-challtestsrv.
* gnu/packages/golang-web.scm (go-github-com-letsencrypt-challtestsrv): New variable. Change-Id: I7dfab0b5ddf2ca88937643c7f7e9a3f838a309c5
This commit is contained in:
parent
02e9575bbf
commit
b777c385a3
1 changed files with 26 additions and 0 deletions
|
@ -5642,6 +5642,32 @@ Features:
|
|||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-letsencrypt-challtestsrv
|
||||
(package
|
||||
(name "go-github-com-letsencrypt-challtestsrv")
|
||||
(version "1.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/letsencrypt/challtestsrv")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03g5bvifxijhg9kw4qrs3x3h48m6q6s9a14w7172s1mwshmyr0wi"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/letsencrypt/challtestsrv"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-miekg-dns))
|
||||
(home-page "https://github.com/letsencrypt/challtestsrv")
|
||||
(synopsis "Challenge Test Server")
|
||||
(description
|
||||
"Package challtestsrv provides a trivially insecure acme challenge response
|
||||
server for rapidly testing HTTP-01, DNS-01 and TLS-ALPN-01 challenge types.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public go-github-com-levigross-grequests
|
||||
(package
|
||||
(name "go-github-com-levigross-grequests")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue