[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/33: gnu: Add go-github-com-chzyer-readline.
From: |
guix-commits |
Subject: |
03/33: gnu: Add go-github-com-chzyer-readline. |
Date: |
Sat, 6 Apr 2024 08:27:45 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 083a3aefb0006cd4604856eab8a6dff250c783b0
Author: Fries <fries1234@protonmail.com>
AuthorDate: Sat Aug 5 11:01:33 2023 +0000
gnu: Add go-github-com-chzyer-readline.
* gnu/packages/golang-xyz.scm (go-github-com-chzyer-readline): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I33eca16e71838a3b2a6dbe2610532e16012e3920
---
gnu/packages/golang-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5f0dbf2bc4..b1836da249 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -635,6 +635,34 @@ similar to Go's standard library @code{json} and
@code{xml} package.")
levels that works by wrapping the standard @code{log} library.")
(license license:expat)))
+(define-public go-github-com-chzyer-readline
+ (package
+ (name "go-github-com-chzyer-readline")
+ (version "1.5.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/chzyer/readline")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1msh9qcm7l1idpmfj4nradyprsr86yhk9ch42yxz7xsrybmrs0pb"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/chzyer/readline"))
+ (native-inputs
+ (list go-github-com-chzyer-test))
+ (propagated-inputs
+ (list go-github-com-chzyer-logex
+ go-golang-org-x-sys))
+ (home-page "https://github.com/chzyer/readline")
+ (synopsis "Pure Go readline library")
+ (description
+ "Readline is a pure Go implementation of a GNU-Readline like library.")
+ (license license:expat)))
+
(define-public go-github-com-coocood-freecache
(package
(name "go-github-com-coocood-freecache")
- branch master updated (12fd64c9f9 -> 732bab5d32), guix-commits, 2024/04/06
- 04/33: gnu: Add go-github-com-ianlancetaylor-demangle., guix-commits, 2024/04/06
- 03/33: gnu: Add go-github-com-chzyer-readline.,
guix-commits <=
- 08/33: gnu: Add go-github-com-karrick-godirwalk., guix-commits, 2024/04/06
- 06/33: gnu: Add go-github-com-felixge-fgprof., guix-commits, 2024/04/06
- 12/33: gnu: Add go-github-com-json-iterator-go., guix-commits, 2024/04/06
- 20/33: gnu: go-gopkg-in-yaml-v2: Move to golang-xyz., guix-commits, 2024/04/06
- 29/33: gnu: tz: Update to 0.7.0., guix-commits, 2024/04/06
- 01/33: gnu: Add go-github-com-chzyer-logex., guix-commits, 2024/04/06
- 02/33: gnu: Add go-github-com-chzyer-test., guix-commits, 2024/04/06
- 09/33: gnu: Add go-github-com-dbaggerman-cuba., guix-commits, 2024/04/06
- 19/33: gnu: go-github-com-spf13-cobra: Move to golang-xyz., guix-commits, 2024/04/06
- 07/33: gnu: Add go-github-com-pkg-profile., guix-commits, 2024/04/06