GNU bug report logs - #59356
[PATCH 0/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Fri, 18 Nov 2022 11:45:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 59356 <at> debbugs.gnu.org (full text, mbox):

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 59356 <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add go-github-com-k0kubun-go-ansi.
Date: Fri, 18 Nov 2022 19:47:01 +0800
From 2a2bca6bb46620ed85f1da5b920418f935dbbd4a Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Fri, 18 Nov 2022 08:58:08 +0800
Subject: [PATCH] gnu: Add go-github-com-k0kubun-go-ansi.

* gnu/packages/golang.scm (go-github-com-k0kubun-go-ansi): New variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b3df51ed5f..062af7a8e0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1193,6 +1193,28 @@ (define-public go-github-com-kataras-pio
 terminals.")
     (license license:bsd-3)))

+(define-public go-github-com-k0kubun-go-ansi
+  (package
+    (name "go-github-com-k0kubun-go-ansi")
+    (version "0.0.0-20180517002512-3bf9e2903213")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/k0kubun/go-ansi")
+                    (commit (go-version->git-ref version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "117afax4l268rbswf02icbgxncmd1pk2abkz7cv26iyszi8l26dq"))))
+    (build-system go-build-system)
+    (arguments
+     (list #:import-path "github.com/k0kubun/go-ansi"))
+    (home-page "https://github.com/k0kubun/go-ansi")
+    (synopsis "Windows-portable ANSI escape sequence utility for Go 
language")
+    (description
+     "Go-ANSI converts ANSI escape sequences to Windows API calls on 
Windows environment.")
+    (license license:expat)))
+
 (define-public go-github-com-kortschak-utter
   (package
     (name "go-github-com-kortschak-utter")
-- 
2.38.0




This bug report was last modified 1 year and 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.