[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55903] [PATCH v11 28/41] gnu: Add go-git-sr-ht--sircmpwn-getopt.
From: |
( |
Subject: |
[bug#55903] [PATCH v11 28/41] gnu: Add go-git-sr-ht--sircmpwn-getopt. |
Date: |
Mon, 26 Sep 2022 17:55:39 +0100 |
From: "(unmatched-parenthesis" <paren@disroot.org>
* gnu/packages/golang.scm (go-git-sr-ht--sircmpwn-getopt): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d2fdfef579..8b89276604 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9007,6 +9007,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")
--
2.37.3
- [bug#55903] [PATCH v11 14/41] gnu: Add go-github-com-go-test-deep., (continued)
- [bug#55903] [PATCH v11 14/41] gnu: Add go-github-com-go-test-deep., (, 2022/09/26
- [bug#55903] [PATCH v11 22/41] gnu: Add go-github-com-emersion-go-imap-sortthread., (, 2022/09/26
- [bug#55903] [PATCH v11 23/41] gnu: Add go-github-com-protonmail-go-crypto., (, 2022/09/26
- [bug#55903] [PATCH v11 02/41] gnu: Add go-github-com-creack-pty., (, 2022/09/26
- [bug#55903] [PATCH v11 03/41] gnu: Add go-google-golang-org-protobuf., (, 2022/09/26
- [bug#55903] [PATCH v11 08/41] gnu: Add go-github-com-go-ini-ini., (, 2022/09/26
- [bug#55903] [PATCH v11 13/41] gnu: Add go-github-com-jaytaylor-html2text., (, 2022/09/26
- [bug#55903] [PATCH v11 26/41] gnu: Add go-github-com-niemeyer-pretty., (, 2022/09/26
- [bug#55903] [PATCH v11 21/41] gnu: go-github-com-emersion-go-imap: Update to 1.2.1., (, 2022/09/26
- [bug#55903] [PATCH v11 34/41] gnu: Add go-github-com-onsi-gomega., (, 2022/09/26
- [bug#55903] [PATCH v11 28/41] gnu: Add go-git-sr-ht--sircmpwn-getopt.,
( <=
- [bug#55903] [PATCH v11 35/41] gnu: Add go-gopkg-in-tomb-v1., (, 2022/09/26
- [bug#55903] [PATCH v11 36/41] gnu: Add go-github-com-nxadm-tail., (, 2022/09/26
- [bug#55903] [PATCH v11 37/41] gnu: Add go-github-com-go-task-slim-sprig., (, 2022/09/26
- [bug#55903] [PATCH v11 29/41] gnu: Add go-github-com-lithammer-fuzzysearch., (, 2022/09/26
- [bug#55903] [PATCH v11 33/41] gnu: Add go-github-com-emersion-go-msgauth., (, 2022/09/26
- [bug#55903] [PATCH v11 30/41] gnu: Add go-github-com-google-shlex., (, 2022/09/26
- [bug#55903] [PATCH v11 40/41] gnu: Add go-github-com-emersion-go-mbox., (, 2022/09/26
- [bug#55903] [PATCH v11 32/41] gnu: Add go-github-com-emersion-go-milter., (, 2022/09/26
- [bug#55903] [PATCH v11 41/41] gnu: Add aerc., (, 2022/09/26
- [bug#55903] [PATCH v11 38/41] gnu: Add go-github-com-onsi-ginkgo., (, 2022/09/26