mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-cli-browser.
* gnu/packages/golang-xyz.scm (go-github-com-cli-browser): New variable. Change-Id: I31a7c0790c8f67805c5b5ee91b47c776ba26a4d9
This commit is contained in:
parent
bab8435f76
commit
cbaf3601c8
1 changed files with 26 additions and 0 deletions
|
@ -995,6 +995,32 @@ API. See the full Circonus API Documentation at
|
|||
@url{https://login.circonus.com/resources/api} for more information.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-cli-browser
|
||||
(package
|
||||
(name "go-github-com-cli-browser")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/cli/browser")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1f54ap2a4df32bwrwqsasfsikkxngkk4wr2wfbsns4lf0yymra6k"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/cli/browser"))
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-sys))
|
||||
(home-page "https://github.com/cli/browser")
|
||||
(synopsis "Helpers to open URLs, files, or readers in a web browser")
|
||||
(description
|
||||
"Package browser provides helpers to open files, readers, and URLs in a
|
||||
browser window.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public go-github-com-coder-websocket
|
||||
(package
|
||||
(name "go-github-com-coder-websocket")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue