mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: Add go-keyring.
* gnu/packages/golang-crypto.scm (go-keyring): New variable. Change-Id: I492e1724ecaef9d6819d99be0aff8ee5a3d72b13
This commit is contained in:
parent
51679b4a9a
commit
6cf5896b03
1 changed files with 14 additions and 0 deletions
|
@ -1547,6 +1547,20 @@ Go.")
|
||||||
#:unpack-path "filippo.io/age"
|
#:unpack-path "filippo.io/age"
|
||||||
#:install-source? #f))))
|
#:install-source? #f))))
|
||||||
|
|
||||||
|
(define-public go-keyring
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-99designs-keyring)
|
||||||
|
(name "go-keyring")
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:install-source? #f
|
||||||
|
#:import-path "github.com/99designs/keyring/cmd/keyring"
|
||||||
|
#:unpack-path "github.com/99designs/keyring"))
|
||||||
|
(description
|
||||||
|
(string-append (package-description go-github-com-99designs-keyring)
|
||||||
|
" This package provides an command line interface (CLI)
|
||||||
|
tool."))))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue