sharlatan pushed a commit to branch go-team
in repository guix.

commit a6d157468c2838ddb12d9c51bf4784c0db308758
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Feb 13 13:21:58 2025 +0000

    gnu: Add go-maunium-net-go-mauflag.
    
    It was proposed in #62284 on <2023-03-20>.
    
    * gnu/packages/golang-xyz.scm (go-maunium-net-go-mauflag): New variable.
    
    Co-authored-by: conses <cont...@conses.eu>
    Co-authored-by: Miguel Ángel Moreno <m...@migalmoreno.com>
    Change-Id: Ice7cb23cafff2f3b67175172ebaa32da316a3b06
---
 gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5abbec54d4..362d982706 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -17527,6 +17527,32 @@ kubernetes-independent packages supplementing the
 @url{https://pkg.go.dev/std#stdlib,Go standard libs}.")
     (license license:asl2.0)))
 
+(define-public go-maunium-net-go-mauflag
+  (package
+    (name "go-maunium-net-go-mauflag")
+    (version "1.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/tulir/mauflag";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "09jv1819jwq5i29y6ngf4j4ii6qwlshydvprfvsfplc419dkz1vx"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "maunium.net/go/mauflag"))
+    (home-page "https://maunium.net/go/mauflag";)
+    (synopsis "Extendable argument parser for Golang")
+    (description
+     "This package provides an extendable argument parser for Golang.  Mostly
+follows the GNU
+@@url{https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html,
+Program Argument Syntax Conventions}.")
+    (license license:gpl3)))
+
 (define-public go-modernc-org-fileutil
   (package
     (name "go-modernc-org-fileutil")

Reply via email to