mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-prometheus-community-go-runit.
* gnu/packages/golang-xyz.scm (go-github-com-prometheus-community-go-runit): New variable. Change-Id: If3c8d3ef6139a56917a1c82ad2eba9fbb5688d6b
This commit is contained in:
parent
a824967f2c
commit
645d65f8a1
1 changed files with 24 additions and 0 deletions
|
@ -9453,6 +9453,30 @@ Pion}.")
|
||||||
and bash completion for the go command line.")
|
and bash completion for the go command line.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-prometheus-community-go-runit
|
||||||
|
(package
|
||||||
|
(name "go-github-com-prometheus-community-go-runit")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/prometheus-community/go-runit")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1f5z10ynf67xx566ahnp5ndwxqz0i8rd8xnjiw7za6pz0wgj6wmk"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:skip-build? #t
|
||||||
|
#:import-path "github.com/prometheus-community/go-runit"))
|
||||||
|
(home-page "https://github.com/prometheus-community/go-runit")
|
||||||
|
(synopsis "Wrapping runit service status")
|
||||||
|
(description
|
||||||
|
"This package provides a wrapper round runit service status.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-pterm-pterm
|
(define-public go-github-com-pterm-pterm
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-pterm-pterm")
|
(name "go-github-com-pterm-pterm")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue