[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: Add go-github-com-mattn-go-runewidth.
From: |
guix-commits |
Subject: |
03/08: gnu: Add go-github-com-mattn-go-runewidth. |
Date: |
Wed, 1 Dec 2021 11:06:55 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 660062a65b81cb4bcc95ae87578df5b6bfebbf58
Author: raingloom <raingloom@riseup.net>
AuthorDate: Tue Nov 2 06:37:17 2021 +0000
gnu: Add go-github-com-mattn-go-runewidth.
* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 236c9f1..625194c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8883,3 +8883,27 @@ averages.")
"This package implements Unicode Text Segmentation according to
@url{https://unicode.org/reports/tr29/, Unicode Standard Annex #29}.")
(license license:expat)))
+
+(define-public go-github-com-mattn-go-runewidth
+ (package
+ (name "go-github-com-mattn-go-runewidth")
+ (version "0.0.13")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mattn/go-runewidth")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1yir0f3wc5z5hnkwhvx5qb6nmpfb05zp2gvfjvna63s8kmla1rrn"))))
+ (build-system go-build-system)
+ (arguments '(#:import-path "github.com/mattn/go-runewidth"))
+ (propagated-inputs
+ `(("go-github-com-rivo-uniseg" ,go-github-com-rivo-uniseg)))
+ (home-page "https://github.com/mattn/go-runewidth")
+ (synopsis "Rune width implementation for Go")
+ (description
+ "This package provides functions to get the fixed width of a character or
+string.")
+ (license license:expat)))
- branch master updated (5ca0042 -> d9956e9), guix-commits, 2021/12/01
- 01/08: gnu: Add go-github-com-vividcortex-ewma., guix-commits, 2021/12/01
- 04/08: gnu: go-github-com-cheggaaa-pb: Update to 3.0.8., guix-commits, 2021/12/01
- 05/08: gnu: Rename go-github-com-cheggaaa-pb to go-github-com-cheggaaa-pb-v3., guix-commits, 2021/12/01
- 07/08: gnu: yggdrasil: Update to 0.4.0., guix-commits, 2021/12/01
- 08/08: gnu: yggdrasil: Update to 0.4.1., guix-commits, 2021/12/01
- 03/08: gnu: Add go-github-com-mattn-go-runewidth.,
guix-commits <=
- 06/08: gnu: Add go-github-com-arceliar-ironwood., guix-commits, 2021/12/01
- 02/08: gnu: Add go-github-com-rivo-uniseg., guix-commits, 2021/12/01