[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/17: gnu: Add go-github-com-google-subcommands.
From: |
guix-commits |
Subject: |
11/17: gnu: Add go-github-com-google-subcommands. |
Date: |
Wed, 21 Aug 2024 09:49:51 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 5812c99b85e31dfe3ecdcc07decb796b4df34290
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon Aug 12 20:26:24 2024 +0300
gnu: Add go-github-com-google-subcommands.
* gnu/packages/golang-xyz.scm (go-github-com-google-subcommands): New
variable.
Change-Id: Ifbd51d785435fa8abb9d233e2846e8cf9642ae3f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 8192b8870d..edaf976e12 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2571,6 +2571,30 @@ non-blocking @code{TryLock} function to allow locking
without blocking
execution.")
(license license:bsd-3)))
+(define-public go-github-com-google-subcommands
+ (package
+ (name "go-github-com-google-subcommands")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/subcommands")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "00w7fx92696z5p3isvpg71b4023g8f686xnhy56k08vc2q1r2hhw"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/google/subcommands"))
+ (home-page "https://github.com/google/subcommands")
+ (synopsis "Go subcommand library")
+ (description
+ "@code{subcommands} implements a functionality for a single command to
+have many subcommands, each of which takes arguments.")
+ (license license:asl2.0)))
+
(define-public go-github-com-gookit-color
(package
(name "go-github-com-gookit-color")
- branch master updated (127592bc0f -> 7a149c6003), guix-commits, 2024/08/21
- 06/17: gnu: Add go-github-com-libp2p-go-netroute., guix-commits, 2024/08/21
- 10/17: gnu: Add go-github-com-gofrs-flock., guix-commits, 2024/08/21
- 07/17: gnu: Add go-github-com-libp2p-go-nat., guix-commits, 2024/08/21
- 05/17: gnu: Add go-github-com-koron-go-ssdp., guix-commits, 2024/08/21
- 17/17: gnu: Add checkmake., guix-commits, 2024/08/21
- 13/17: gnu: Add go-github-com-mattbaird-jsonpatch., guix-commits, 2024/08/21
- 16/17: gnu: Add go-github-com-containerd-typeurl., guix-commits, 2024/08/21
- 11/17: gnu: Add go-github-com-google-subcommands.,
guix-commits <=
- 01/17: gnu: Add go-github-com-ipfs-go-verifcid., guix-commits, 2024/08/21
- 12/17: gnu: Add go-github-com-evanphx-json-patch., guix-commits, 2024/08/21
- 04/17: gnu: Add go-github-com-huin-goupnp., guix-commits, 2024/08/21
- 08/17: gnu: Add go-msgio., guix-commits, 2024/08/21
- 02/17: gnu: Add go-github-com-libp2p-go-buffer-pool., guix-commits, 2024/08/21
- 14/17: gnu: Add go-github-com-mohae-deepcopy., guix-commits, 2024/08/21
- 15/17: gnu: Add go-github-com-containerd-fifo., guix-commits, 2024/08/21
- 03/17: gnu: Add go-github-com-libp2p-go-msgio., guix-commits, 2024/08/21
- 09/17: gnu: kubo: Unbundle more inputs., guix-commits, 2024/08/21