gnu: Add go-github-com-nrdcg-goinwx.

* gnu/packages/golang-web.scm (go-github-com-nrdcg-goinwx): New variable.

Change-Id: I5ceb2c58bb3286c3a7e603fce0caef048a9e87bb
This commit is contained in:
Sharlatan Hellseher 2025-01-02 19:17:36 +00:00
parent 73ddd3a023
commit 616e2b026c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5363,6 +5363,35 @@ multistream-select protocol. The protocol is defined at
2616} HTTP/1.1 standard.")
(license license:bsd-3)))
(define-public go-github-com-nrdcg-goinwx
(package
(name "go-github-com-nrdcg-goinwx")
(version "0.10.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/nrdcg/goinwx")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1ld3spdi7q8cf4hf0wnbl7gyw2k8n4wp03fqncjx2gw2nsjng684"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/nrdcg/goinwx"))
(propagated-inputs
(list
go-github-com-fatih-structs
go-github-com-kolo-xmlrpc
go-github-com-mitchellh-mapstructure))
(home-page "https://github.com/nrdcg/goinwx")
(synopsis "INWX Go API client")
(description
"This go library implements some parts of the official
@url{https://www.inwx.com/en/help/apidoc, INWX XML-RPC API}.")
(license license:expat)))
(define-public go-github-com-nwidger-jsoncolor
(package
(name "go-github-com-nwidger-jsoncolor")