guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a30abf46902ddc04b51b338151b3312f6be88b1b
Author: Arthur Rodrigues <[email protected]>
AuthorDate: Thu May 21 21:18:34 2026 -0300

    gnu: Add go-github-com-muesli-mango.
    
    * gnu/packages/golang-xyz.scm (go-github-com-muesli-mango): New variable.
    
    Change-Id: I76a4cf2583ef083b7cc83c498cd4cb7307ea7cf8
    Relates-to: guix/guix!5417
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 336e7ae7c6..3558246c87 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -20660,6 +20660,33 @@ for any given struct and a set of its potential member 
values.  This can be
 used to generate extensive test matrixes among other things.")
     (license license:expat)))
 
+(define-public go-github-com-muesli-mango
+  (package
+    (name "go-github-com-muesli-mango")
+    (version "0.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/muesli/mango";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "16d0sga6cbdxzlqkibcgw0civkw11fpkcjpgv21i0q5j9mjbsjw4"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/muesli/mango"))
+    (propagated-inputs
+     (list go-github-com-muesli-roff))
+    (home-page "https://github.com/muesli/mango";)
+    (synopsis "Golang man-page generator")
+    (description
+     "This package provides a man-page generator for the Go flag, pflag, 
cobra, coral,
+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-reflow
   (package
     (name "go-github-com-muesli-reflow")

Reply via email to