mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
73ddd3a023
commit
616e2b026c
1 changed files with 29 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue