diff options
| author | Ashvith Shetty <ashvithshetty0010@zohomail.in> | 2025-02-15 00:35:30 +0530 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-15 16:08:40 +0000 |
| commit | 1a0c0de2f134ea0bbf818c0aae61a0fd4f81e221 (patch) | |
| tree | fa5144eb747301a1711092302262dba5bdcee0b9 | |
| parent | 7b0c7da670352f48f680c03d06ecda5dda849d80 (diff) | |
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>
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index d903874fa05..9a00f3de54f 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -16041,6 +16041,32 @@ Platforms supported: | |||
| 16041 | "It's an alternative fork of | 16041 | "It's an alternative fork of |
| 16042 | @url{https://github.com/mattn/go-runewidth}.")))) | 16042 | @url{https://github.com/mattn/go-runewidth}.")))) |
| 16043 | 16043 | ||
| 16044 | (define-public go-github-com-zyedidia-go-shellquote | ||
| 16045 | (package | ||
| 16046 | (name "go-github-com-zyedidia-go-shellquote") | ||
| 16047 | (version "0.0.0-20200613203517-eccd813c0655") | ||
| 16048 | (source | ||
| 16049 | (origin | ||
| 16050 | (method git-fetch) | ||
| 16051 | (uri (git-reference | ||
| 16052 | (url "https://github.com/zyedidia/go-shellquote") | ||
| 16053 | (commit (go-version->git-ref version)))) | ||
| 16054 | (file-name (git-file-name name version)) | ||
| 16055 | (sha256 | ||
| 16056 | (base32 "0jxjj60kicpzc6i7vigg0i8iwnhf6jawcalq201a5wkxnkmdlw9g")))) | ||
| 16057 | (build-system go-build-system) | ||
| 16058 | (arguments | ||
| 16059 | (list | ||
| 16060 | #:import-path "github.com/kballard/go-shellquote")) | ||
| 16061 | (home-page "https://github.com/zyedidia/go-shellquote") | ||
| 16062 | (synopsis "Go utilities for performing shell-like word splitting/joining") | ||
| 16063 | (description | ||
| 16064 | "Shellquote provides utilities for joining/splitting strings using sh's | ||
| 16065 | word-splitting rules. | ||
| 16066 | |||
| 16067 | It's an alternative fork of @url{https://github.com/kballard/go-shellquote}.") | ||
| 16068 | (license license:expat))) | ||
| 16069 | |||
| 16044 | (define-public go-github-com-zyedidia-poller | 16070 | (define-public go-github-com-zyedidia-poller |
| 16045 | (package | 16071 | (package |
| 16046 | (name "go-github-com-zyedidia-poller") | 16072 | (name "go-github-com-zyedidia-poller") |
