GNU bug report logs -
#63017
[PATCH 0/25] gnu: git-lfs: Update to 3.3.0.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sat, 22 Apr 2023 16:23:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #59 received at 63017 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-olekukonko-ts): New variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 79d20abd2a..4b9d4afccb 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9232,6 +9232,31 @@ (define-public go-github-com-olekukonko-tablewriter
@end itemize\n")
(license license:expat)))
+(define-public go-github-com-olekukonko-ts
+ (let ((commit "78ecb04241c0121483589a30b0814836a746187d")
+ (revision "0"))
+ (package
+ (name "go-github-com-olekukonko-ts")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/olekukonko/ts")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0k88n5rvs5k5zalbfa7c71jkjb8dhpk83s425z728qn6aq49c978"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/olekukonko/ts"
+ #:tests? #f)) ; inappropriate ioctl for device.
+ (home-page "https://github.com/olekukonko/ts/")
+ (synopsis "Simple Go application to get the size of the terminal")
+ (description "This package provides a simple Go application to get the
+size of the terminal.")
+ (license license:expat))))
+
(define-public go-github-com-yuin-goldmark
(package
(name "go-github-com-yuin-goldmark")
--
2.39.2
This bug report was last modified 2 years and 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.