mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: Add go-github-com-mattn-goveralls.
* gnu/packages/golang-web.scm (go-github-com-mattn-goveralls): New variable. Change-Id: I20f7ef319fdeb8618b8e1283fc850167aa86aacb
This commit is contained in:
parent
d2ec1c382d
commit
01ccdfd344
1 changed files with 29 additions and 0 deletions
|
@ -5286,6 +5286,35 @@ via REST APIs.")
|
||||||
language.")
|
language.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-mattn-goveralls
|
||||||
|
(package
|
||||||
|
(name "go-github-com-mattn-goveralls")
|
||||||
|
(version "0.0.12")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/mattn/goveralls")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "16jszydip2abwc0fws3sz5yzyy87w8mbkhzm2wzb8ijpjhk1by79"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/mattn/goveralls"
|
||||||
|
;; Test requires git.
|
||||||
|
#:test-flags #~(list "-skip" "TestShowArg/with_show")))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-mod
|
||||||
|
go-golang-org-x-tools))
|
||||||
|
(home-page "https://github.com/mattn/goveralls")
|
||||||
|
(synopsis "Golang client for Coveralls.io")
|
||||||
|
(description
|
||||||
|
"This package provides a client for @url{http://coveralls.io/
|
||||||
|
Coveralls.io} continuous code coverage tracking system.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-mdlayher-ethtool
|
(define-public go-github-com-mdlayher-ethtool
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-mdlayher-ethtool")
|
(name "go-github-com-mdlayher-ethtool")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue