[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#76273] [PATCH v3 09/10] gnu: Add go-github-com-zyedidia-terminal.
From: |
Ashvith Shetty |
Subject: |
[bug#76273] [PATCH v3 09/10] gnu: Add go-github-com-zyedidia-terminal. |
Date: |
Sat, 15 Feb 2025 00:35:33 +0530 |
* gnu/packages/golang-xyz.scm (go-github-com-zyedidia-terminal): New variable.
Change-Id: I94caacaf4440cbfa547344aa84c084949b873c3f
---
gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 8ff3fe8c55..a7c389dee1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -16130,6 +16130,33 @@ (define-public go-github-com-zyedidia-tcell
uncommon!) terminals or terminal emulators, and Windows console
implementations.")
(license license:asl2.0)))
+(define-public go-github-com-zyedidia-terminal
+ (package
+ (name "go-github-com-zyedidia-terminal")
+ (version "0.0.0-20230315200948-4b3bcf6dddef")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/zyedidia/terminal")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0lqplkpllv63msf7sp8igrhvkrnr8l8hz4v5daliyn4qwvgs3k63"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/zyedidia/terminal"))
+ (propagated-inputs (list go-github-com-creack-pty))
+ (home-page "https://github.com/zyedidia/terminal")
+ (synopsis "Package terminal is a vt10x terminal emulation backend")
+ (description
+ "Package terminal is a vt10x terminal emulation backend, influenced
largely by
+@code{st}, @code{rxvt}, @code{xterm}, and @code{iTerm} as reference. Use it
for
+terminal muxing, a terminal emulation frontend, or wherever else you need
terminal
+emulation.")
+ (license license:expat)))
+
(define-public go-go-abhg-dev-komplete
(package
(name "go-go-abhg-dev-komplete")
--
2.48.1
- [bug#76273] [PATCH v2 09/10] gnu: Add go-github-com-zyedidia-terminal., (continued)
- [bug#76273] [PATCH v3 00/10] gnu: Add micro., Ashvith Shetty, 2025/02/14
- [bug#76273] [PATCH v3 01/10] gnu: Add go-github-com-layeh-gopher-luar., Ashvith Shetty, 2025/02/14
- [bug#76273] [PATCH v3 02/10] gnu: Add go-github-com-zyedidia-poller., Ashvith Shetty, 2025/02/14
- [bug#76273] [PATCH v3 03/10] gnu: Add go-github-com-zyedidia-clipper., Ashvith Shetty, 2025/02/14
- [bug#76273] [PATCH v3 05/10] gnu: Add go-github-com-zyedidia-go-runewidth., Ashvith Shetty, 2025/02/14
- [bug#76273] [PATCH v3 08/10] gnu: Add go-github-com-zyedidia-tcell., Ashvith Shetty, 2025/02/14
- [bug#76273] [PATCH v3 04/10] gnu: Add go-github-com-zyedidia-glob., Ashvith Shetty, 2025/02/14
- [bug#76273] [PATCH v3 09/10] gnu: Add go-github-com-zyedidia-terminal.,
Ashvith Shetty <=
- [bug#76273] [PATCH v3 06/10] gnu: Add go-github-com-zyedidia-go-shellquote., Ashvith Shetty, 2025/02/14
- [bug#76273] [PATCH v3 07/10] gnu: Add go-github-com-zyedidia-json5., Ashvith Shetty, 2025/02/14
- [bug#76273] [PATCH v3 10/10] gnu: Add micro., Ashvith Shetty, 2025/02/14
- bug#76273: [PATCH v1 00/10] gnu: Add micro., Sharlatan Hellseher, 2025/02/15