[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72963] [PATCH go-team v2 01/22] gnu: Add go-github-com-buildkite-sh
From: |
Herman Rimm |
Subject: |
[bug#72963] [PATCH go-team v2 01/22] gnu: Add go-github-com-buildkite-shellwords. |
Date: |
Tue, 3 Dec 2024 14:14:46 +0100 |
* gnu/packages/golang-xyz.scm (go-github-com-buildkite-shellwords): Add
variable.
---
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 d9a3562061..e88f0206ef 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1424,6 +1424,30 @@ (define-public go-github-com-briandowns-spinner
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")
base-commit: 178c3115c47905f4ddad2740ada2725db42ed478
--
2.45.2
- [bug#72963] [PATCH go-team v2 01/22] gnu: Add go-github-com-buildkite-shellwords.,
Herman Rimm <=
- [bug#72963] [PATCH go-team v2 05/22] gnu: Add go-github-com-charmbracelet-lipgloss., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 06/22] gnu: Add go-github-com-shurcool-graphql., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 04/22] gnu: Add go-github-com-charmbracelet-x-ansi., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 03/22] gnu: Add go-github-com-creack-pty-v2., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 07/22] gnu: Add go-github-com-shurcool-githubv4., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 08/22] gnu: Add go-github-com-charmbracelet-log., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 11/22] gnu: Add go-gopkg-in-dnaeon-go-vcr-v3-recorder., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 15/22] gnu: Add go-github-com-charmbracelet-x-windows., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 17/22] gnu: Add go-github-com-charmbracelet-x-term., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 02/22] gnu: Add go-github-com-sebdah-goldie-v2., Herman Rimm, 2024/12/03