guix-patches
[Top][All Lists]
Advanced

[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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]