mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-zyedidia-go-shellquote.
* gnu/packages/golang-xyz.scm (go-github-com-zyedidia-go-shellquote): New variable. Change-Id: I39df8c180ac392cf1c89dd612921b09046c03189 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
7b0c7da670
commit
1a0c0de2f1
1 changed files with 26 additions and 0 deletions
|
@ -16041,6 +16041,32 @@ Platforms supported:
|
||||||
"It's an alternative fork of
|
"It's an alternative fork of
|
||||||
@url{https://github.com/mattn/go-runewidth}."))))
|
@url{https://github.com/mattn/go-runewidth}."))))
|
||||||
|
|
||||||
|
(define-public go-github-com-zyedidia-go-shellquote
|
||||||
|
(package
|
||||||
|
(name "go-github-com-zyedidia-go-shellquote")
|
||||||
|
(version "0.0.0-20200613203517-eccd813c0655")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/zyedidia/go-shellquote")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0jxjj60kicpzc6i7vigg0i8iwnhf6jawcalq201a5wkxnkmdlw9g"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/kballard/go-shellquote"))
|
||||||
|
(home-page "https://github.com/zyedidia/go-shellquote")
|
||||||
|
(synopsis "Go utilities for performing shell-like word splitting/joining")
|
||||||
|
(description
|
||||||
|
"Shellquote provides utilities for joining/splitting strings using sh's
|
||||||
|
word-splitting rules.
|
||||||
|
|
||||||
|
It's an alternative fork of @url{https://github.com/kballard/go-shellquote}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-zyedidia-poller
|
(define-public go-github-com-zyedidia-poller
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-zyedidia-poller")
|
(name "go-github-com-zyedidia-poller")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue