guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d21ee40ae89dd7833f4655e4ca96e44edf850b37
Author: Arthur Rodrigues <[email protected]>
AuthorDate: Thu May 21 22:44:32 2026 -0300
gnu: Add go-github-com-muesli-mango-cobra.
* gnu/packages/golang-xyz.scm (go-github-com-muesli-mango-cobra): New
variable.
Change-Id: I540ab25006c6f798a4c593af7ac4d90293fc6df0
Relates-to: #5417
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 135ab4c35a..8aaae08a37 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -20687,6 +20687,35 @@ and kong packages. It extracts commands, flags, and
arguments from the target
program and enables it to self-document.")
(license license:expat)))
+(define-public go-github-com-muesli-mango-cobra
+ (package
+ (name "go-github-com-muesli-mango-cobra")
+ (version "1.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/muesli/mango-cobra")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "11vvm3f2mq8yaqbfrjbzdcyvkn9f75rp4kygxyvqwc5jsw1kdwal"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/muesli/mango-cobra"))
+ (propagated-inputs
+ (list go-github-com-muesli-mango
+ go-github-com-muesli-mango-pflag
+ go-github-com-muesli-roff
+ go-github-com-spf13-cobra))
+ (home-page "https://github.com/muesli/mango-cobra")
+ (synopsis "Cobra adapter for mango")
+ (description
+ "This package provides a cobra adapter for the
+@url{https://github.com/muesli/mango,mango} man-page generator.")
+ (license license:expat)))
+
(define-public go-github-com-muesli-mango-pflag
(package
(name "go-github-com-muesli-mango-pflag")