mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-peterh-liner.
* gnu/packages/golang-xyz.scm (go-github-com-peterh-liner): New variable. Change-Id: Ie9f44af0a92a203a50b170f9a1fb47fc3c35279f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
3a0d07ee55
commit
d44361311e
1 changed files with 26 additions and 0 deletions
|
@ -13806,6 +13806,32 @@ robust way to define those flags, and to parse them from command-line
|
|||
arguments, environment variables, and/or config files.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-peterh-liner
|
||||
(package
|
||||
(name "go-github-com-peterh-liner")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/peterh/liner")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0hq0maja0ymdc0x5f78jv0hxh4i7byxb5y9p70vi9zsip9yhirqp"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/peterh/liner"))
|
||||
(propagated-inputs (list go-golang-org-x-sys
|
||||
go-github-com-mattn-go-runewidth))
|
||||
(home-page "https://github.com/peterh/liner")
|
||||
(synopsis "Command line editor Go library")
|
||||
(description "The @code{liner} Go package implements a simple command line
|
||||
editor with history, inspired by @url{https://github.com/antirez/linenoise/,
|
||||
linenoise}. Xterm as well as WIN32 terminal codes are supported.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-philhofer-fwd
|
||||
(package
|
||||
(name "go-github-com-philhofer-fwd")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue