mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
0477993f4c
commit
e79ca534c0
1 changed files with 24 additions and 0 deletions
|
@ -1536,6 +1536,30 @@ don't require a full database server such as Postgres or MySQL.")
|
||||||
indicator to any terminal application.")
|
indicator to any terminal application.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public go-github-com-burntsushi-toml
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-burntsushi-toml")
|
(name "go-github-com-burntsushi-toml")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue