[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: Add go-github.com-nsf-termbox-go.
From: |
Christopher Baines |
Subject: |
09/10: gnu: Add go-github.com-nsf-termbox-go. |
Date: |
Tue, 30 Jan 2018 02:45:05 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit cf71edee5acc0e50b184f4a58bdc9f5ef1fe4c8b
Author: Christopher Baines <address@hidden>
Date: Sun Jan 21 10:54:14 2018 +0000
gnu: Add go-github.com-nsf-termbox-go.
* gnu/packages/terminals.scm (go-github.com-nsf-termbox-go): New variable.
---
gnu/packages/terminals.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index b480844..13d162e 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -53,6 +53,7 @@
#:use-module (gnu packages python)
#:use-module (gnu packages python-web)
#:use-module (gnu packages qt)
+ #:use-module (gnu packages textutils)
#:use-module (gnu packages wm)
#:use-module (gnu packages xdisorg)
#:use-module (gnu packages xml)
@@ -574,6 +575,35 @@ It's a terminal emulator with few dependencies, so you
don't need a full GNOME
desktop installed to have a decent terminal emulator.")
(license license:gpl2)))
+(define-public go-github.com-nsf-termbox-go
+ (let ((commit "4ed959e0540971545eddb8c75514973d670cf739")
+ (revision "0"))
+ (package
+ (name "go-github.com-nsf-termbox-go")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nsf/termbox-go.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1vx64i1mg660if3wwm81p4b7lzxfb3qbr39i7misdyld3fc486p9"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/nsf/termbox-go"))
+ (propagated-inputs
+ `(("go-github.com-mattn-go-runewidth"
+ ,go-github.com-mattn-go-runewidth)))
+ (synopsis "@code{termbox} provides a minimal API for text-based user
+interfaces")
+ (description
+ "Termbox is a library that provides a minimalistic API which allows the
+programmer to write text-based user interfaces.")
+ (home-page "https://github.com/nsf/termbox-go")
+ (license license:expat))))
+
(define-public go-golang.org-x-crypto-ssh-terminal
(let ((commit "c78caca803c95773f48a844d3dcab04b9bc4d6dd")
(revision "0"))
- branch master updated (be88eb2 -> 33c88fc), Christopher Baines, 2018/01/30
- 05/10: gnu: Add daemontools., Christopher Baines, 2018/01/30
- 08/10: gnu: Add go-github.com-mattn-go-runewidth., Christopher Baines, 2018/01/30
- 02/10: gnu: Add go-github.com-howeyc-gopass., Christopher Baines, 2018/01/30
- 07/10: gnu: Add go-gopkg.in-tomb.v2., Christopher Baines, 2018/01/30
- 09/10: gnu: Add go-github.com-nsf-termbox-go.,
Christopher Baines <=
- 04/10: gnu: Add go-gopkg.in-check.v1., Christopher Baines, 2018/01/30
- 06/10: gnu: Add go-gopkg.in-mgo.v2., Christopher Baines, 2018/01/30
- 03/10: gnu: Add go-github.com-jessevdk-go-flags., Christopher Baines, 2018/01/30
- 10/10: gnu: Add mongo-tools., Christopher Baines, 2018/01/30
- 01/10: gnu: Add go-golang.org-x-crypto-ssh-terminal., Christopher Baines, 2018/01/30