mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add go-git-sr-ht--sircmpwn-getopt.
* gnu/packages/golang.scm (go-git-sr-ht--sircmpwn-getopt): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
This commit is contained in:
parent
9bb0001a0e
commit
a3e196f69e
1 changed files with 24 additions and 0 deletions
|
@ -9349,6 +9349,30 @@ (define-public go-github-com-pborman-getopt
|
|||
programs that use traditional command lines.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-git-sr-ht-sircmpwn-getopt
|
||||
(package
|
||||
(name "go-git-sr-ht-sircmpwn-getopt")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~sircmpwn/getopt")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0f9rammnmhaz21qkmz7qf76r8jlzi323g05ps3j7gwrxlw7442a6"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "git.sr.ht/~sircmpwn/getopt"))
|
||||
(propagated-inputs (list go-github-com-stretchr-testify))
|
||||
(home-page "https://git.sr.ht/~sircmpwn/getopt")
|
||||
(synopsis "POSIX getopt for Go")
|
||||
(description
|
||||
"This package provides a POSIX-compatible implementation of
|
||||
@code{getopt} for Go.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-go-uber-org-atomic
|
||||
(package
|
||||
(name "go-go-uber-org-atomic")
|
||||
|
|
Loading…
Reference in a new issue