[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72874] [PATCH 2/8] gnu: Add go-zgo-at-termtext.
From: |
gemmaro |
Subject: |
[bug#72874] [PATCH 2/8] gnu: Add go-zgo-at-termtext. |
Date: |
Fri, 30 Aug 2024 00:14:04 +0900 |
* gnu/packages/golang-xyz.scm (go-zgo-at-termtext): New variable.
Change-Id: I19ec0dc06dda0289cb3aaa43de025fa447da8e6c
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 3607f09de2..ccb6dbd374 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6930,6 +6930,31 @@ (define-public go-zgo-at-runewidth
character or string.")
(license license:expat)))
+(define-public go-zgo-at-termtext
+ (package
+ (name "go-zgo-at-termtext")
+ (version "1.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/arp242/termtext")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0czhvcx6crmwfl6555l9hgl6gq21ykwr4bg2dqksc71qmv6b27hh"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "zgo.at/termtext"))
+ (propagated-inputs (list go-zgo-at-runewidth go-github-com-rivo-uniseg))
+ (home-page "https://github.com/arp242/termtext")
+ (synopsis "Deal with monospace text as interpreted by terminals")
+ (description
+ "Package @samp{termtext} deals with monospace text as interpreted by
+terminals.")
+ (license license:expat)))
+
;;;
;;; Executables:
;;;
--
2.45.2
- [bug#72874] [PATCH 0/8] gnu: Add toml-test., gemmaro, 2024/08/29
- [bug#72874] [PATCH 1/8] gnu: Add go-zgo-at-runewidth., gemmaro, 2024/08/29
- [bug#72874] [PATCH 2/8] gnu: Add go-zgo-at-termtext.,
gemmaro <=
- [bug#72874] [PATCH 4/8] gnu: Add go-zgo-at-zli., gemmaro, 2024/08/29
- [bug#72874] [PATCH 6/8] gnu: Add jfmt., gemmaro, 2024/08/29
- [bug#72874] [PATCH 5/8] gnu: Add go-zgo-at-jfmt., gemmaro, 2024/08/29
- [bug#72874] [PATCH 7/8] gnu: Add go-github-com-toml-lang-toml-test., gemmaro, 2024/08/29
- [bug#72874] [PATCH 3/8] gnu: Add go-zgo-at-zstd., gemmaro, 2024/08/29
- [bug#72874] [PATCH 8/8] gnu: Add toml-test., gemmaro, 2024/08/29