[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: Add go-golang-org-x-term.
From: |
guix-commits |
Subject: |
04/06: gnu: Add go-golang-org-x-term. |
Date: |
Sun, 1 Aug 2021 14:50:31 -0400 (EDT) |
arunisaac pushed a commit to branch master
in repository guix.
commit c94683e017a1912ae791b1d5f5d83a712cee6a68
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Fri Jul 9 12:35:02 2021 +0530
gnu: Add go-golang-org-x-term.
* gnu/packages/golang.scm (go-golang-org-x-term): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8eb93b9..673d206 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8300,3 +8300,27 @@ function. In addition to the pure-Go implementation,
this package also
contains AVX-512 and AVX2 routines (generated by avo) that greatly increase
performance for large inputs and outputs.")
(license license:expat)))
+
+(define-public go-golang-org-x-term
+ (package
+ (name "go-golang-org-x-term")
+ (version "0.0.0-20210615171337-6886f2dfbf5b")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://go.googlesource.com/term")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0661w7dp2ak1k4ii90v6chw2x8a6g4sc5j0ba58qlplaj4k5l0xs"))))
+ (build-system go-build-system)
+ (arguments '(#:import-path "golang.org/x/term"))
+ (propagated-inputs
+ `(("go-golang-org-x-sys" ,go-golang-org-x-sys)))
+ (home-page "https://pkg.go.dev/golang.org/x/term")
+ (synopsis "Go terminal/console support")
+ (description "@code{term} provides support functions for dealing with
+terminals, as commonly found on Unix systems.")
+ (license license:bsd-3)))
- branch master updated (fcba63f -> 5b6447f), guix-commits, 2021/08/01
- 04/06: gnu: Add go-golang-org-x-term.,
guix-commits <=
- 05/06: gnu: Add go-github-com-flynn-noise., guix-commits, 2021/08/01
- 02/06: gnu: Add go-github-com-dustin-go-humanize., guix-commits, 2021/08/01
- 01/06: gnu: Add go-github-com-davecgh-go-xdr., guix-commits, 2021/08/01
- 03/06: gnu: Add go-lukechampine-com-blake3., guix-commits, 2021/08/01
- 06/06: gnu: Add go-github-com-klauspost-compress., guix-commits, 2021/08/01