[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73/401: gnu: Add go-github-com-buildkite-shellwords.
From: |
guix-commits |
Subject: |
73/401: gnu: Add go-github-com-buildkite-shellwords. |
Date: |
Thu, 26 Dec 2024 19:30:31 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 94a39458c33344908012803e4336567fb96e974f
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Tue Dec 3 14:14:46 2024 +0100
gnu: Add go-github-com-buildkite-shellwords.
* gnu/packages/golang-xyz.scm (go-github-com-buildkite-shellwords): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: If6ff06dcd0b66a96e66d130b1ac54aa04a3309b3
---
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 d35e1a97b3..3878e62231 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1536,6 +1536,30 @@ don't require a full database server such as Postgres or
MySQL.")
indicator to any terminal application.")
(license license:asl2.0)))
+(define-public go-github-com-buildkite-shellwords
+ (package
+ (name "go-github-com-buildkite-shellwords")
+ (version "0.0.0-20180315110454-59467a9b8e10")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/buildkite/shellwords")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1kx6wxbdznarmnifwzmxxcd86bgn27rwpfnw2y2gd0j8zg9g1682"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/buildkite/shellwords"))
+ (home-page "https://github.com/buildkite/shellwords")
+ (synopsis "Split command-line strings into words")
+ (description
+ "This package provides a golang library for splitting command-line
+strings into words like a POSIX or Windows shell would.")
+ (license license:expat)))
+
(define-public go-github-com-burntsushi-toml
(package
(name "go-github-com-burntsushi-toml")
- 361/401: gnu: go-gopkg-in-yaml-v3: Move to golang-xyz., (continued)
- 361/401: gnu: go-gopkg-in-yaml-v3: Move to golang-xyz., guix-commits, 2024/12/26
- 359/401: gnu: go-github-com-warpfork-go-wish: Fix tests., guix-commits, 2024/12/26
- 351/401: gnu: go-github-com-charmbracelet-bubbletea: Move to golang-xyz., guix-commits, 2024/12/26
- 349/401: gnu: go-github-com-gizak-termui-v3: Move to golang-xyz., guix-commits, 2024/12/26
- 384/401: gnu: Add go-github-com-gofiber-fiber-v2., guix-commits, 2024/12/26
- 385/401: gnu: Add go-github-com-gobwas-pool., guix-commits, 2024/12/26
- 372/401: gnu: Add go-jose-util., guix-commits, 2024/12/26
- 376/401: gnu: Add go-github-com-knz-go-libedit., guix-commits, 2024/12/26
- 381/401: gnu: Add go-github-com-bytedance-sonic., guix-commits, 2024/12/26
- 386/401: gnu: Add go-github-com-gobwas-httphead., guix-commits, 2024/12/26
- 73/401: gnu: Add go-github-com-buildkite-shellwords.,
guix-commits <=
- 135/401: gnu: Add go-github-com-cockroachdb-apd., guix-commits, 2024/12/26
- 392/401: gnu: Add go-fxlint., guix-commits, 2024/12/26
- 148/401: gnu: Add go-github-com-viant-toolbox., guix-commits, 2024/12/26
- 175/401: gnu: Add go-gitlab-com-yawning-obfs4-git., guix-commits, 2024/12/26
- 173/401: gnu: go-github-com-dsnet-golib: Adjust inputs., guix-commits, 2024/12/26
- 198/401: gnu: Add go-github-com-google-gnostic-models., guix-commits, 2024/12/26
- 180/401: gnu: Add go-github-com-burntsushi-graphics-go., guix-commits, 2024/12/26
- 172/401: gnu: go-github-com-dsnet-compress: Fix tests., guix-commits, 2024/12/26
- 197/401: gnu: go-github-com-emicklei-go-restful-v3: Fix build., guix-commits, 2024/12/26
- 191/401: gnu: Add go-k8s-io-gengo-v2., guix-commits, 2024/12/26