1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 07:35:54 +02:00

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 <contact@conses.eu>
Co-authored-by: Miguel Ángel Moreno <mail@migalmoreno.com>
Change-Id: Ice7cb23cafff2f3b67175172ebaa32da316a3b06
This commit is contained in:
Sharlatan Hellseher
2025-02-13 13:21:58 +00:00
parent cf68c1c546
commit 12a671b1bc
+26
View File
@@ -17663,6 +17663,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")