guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]