[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
81/401: gnu: Add go-github-com-cli-browser.
From: |
guix-commits |
Subject: |
81/401: gnu: Add go-github-com-cli-browser. |
Date: |
Thu, 26 Dec 2024 19:30:32 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit be14a074e66bcd938c856d9933ad96def3ee6b32
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 5 23:40:33 2024 +0000
gnu: Add go-github-com-cli-browser.
* gnu/packages/golang-xyz.scm (go-github-com-cli-browser): New variable.
Change-Id: I31a7c0790c8f67805c5b5ee91b47c776ba26a4d9
---
gnu/packages/golang-web.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 53ec762909..58ab854a48 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -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")
- 21/401: gnu: go-github-com-twpayne-go-vfs: Update to 5.0.4., (continued)
- 21/401: gnu: go-github-com-twpayne-go-vfs: Update to 5.0.4., guix-commits, 2024/12/26
- 36/401: gnu: go-github-com-urfave-cli: Move to golang-xyz., guix-commits, 2024/12/26
- 50/401: gnu: go-github-com-gdamore-tcell-v2: Simplify package., guix-commits, 2024/12/26
- 31/401: gnu: Add go-csv2table., guix-commits, 2024/12/26
- 53/401: gnu: Remove go-github-com-kylelemons-godebug-pretty., guix-commits, 2024/12/26
- 48/401: gnu: lf: Update to 33., guix-commits, 2024/12/26
- 43/401: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., guix-commits, 2024/12/26
- 54/401: gnu: Rename go-github-com-gizak-termui., guix-commits, 2024/12/26
- 63/401: gnu: packages/linux: Remove golang-build module., guix-commits, 2024/12/26
- 78/401: gnu: Add go-github-com-charmbracelet-x-windows., guix-commits, 2024/12/26
- 81/401: gnu: Add go-github-com-cli-browser.,
guix-commits <=
- 08/401: gnu: go-github-com-spf13-afero: Update to 1.6.0., guix-commits, 2024/12/26
- 09/401: gnu: go-github-com-spf13-cast: Update to 1.7.0., guix-commits, 2024/12/26
- 13/401: gnu: go-github-com-spf13-afero: Run all tests., guix-commits, 2024/12/26
- 06/401: gnu: go-github-com-kylelemons-godebug: Move to golang-xyz., guix-commits, 2024/12/26
- 04/401: gnu: go-github-com-go-md2man: Update to 2.0.5., guix-commits, 2024/12/26
- 23/401: gnu: go-github-com-bmatcuk-doublestar: Simplify package., guix-commits, 2024/12/26
- 17/401: gnu: go-github-com-spf13-pflag: Move to golang-xyz., guix-commits, 2024/12/26
- 25/401: gnu: go-github-com-bmatcuk-doublestar-v3: Enable tests., guix-commits, 2024/12/26
- 29/401: gnu: go-github-com-olekukonko-tablewriter: Update to 0.0.5., guix-commits, 2024/12/26
- 34/401: gnu: go-github-com-urfave-cli: Update to 1.22.16., guix-commits, 2024/12/26