[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
252/377: gnu: Add go-github-com-anaseto-gruid-tcell.
From: |
guix-commits |
Subject: |
252/377: gnu: Add go-github-com-anaseto-gruid-tcell. |
Date: |
Sun, 5 Sep 2021 10:08:00 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit efb756554939e4caa7bb2998b99ab6a95c43a4ec
Author: Guix Together <jgart@dismail.de>
AuthorDate: Mon Aug 30 12:40:39 2021 -0400
gnu: Add go-github-com-anaseto-gruid-tcell.
* gnu/packages/games.scm (go-github-com-anaseto-gruid-tcell): New variable.
Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
Co-authored-by: Brice Waegeneire <brice@waegenei.re>
Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: Julien Lepiller <julien@lepiller.eu>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/games.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8c299c8..93d0105 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9403,6 +9403,32 @@ creating grid-based games, but it's also well suited for
any grid-based
application.")
(license license:isc)))
+(define-public go-github-com-anaseto-gruid-tcell
+ (package
+ (name "go-github-com-anaseto-gruid-tcell")
+ (version "0.1.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/anaseto/gruid-tcell")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "09ajr9mbldjfc44qprplbf8dr8yhlbn2nfnas2z62m9wmklc0qiv"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/anaseto/gruid-tcell"))
+ (propagated-inputs
+ `(("go-github-com-gdamore-tcell-v2" ,go-github-com-gdamore-tcell-v2)
+ ("go-github-com-anaseto-gruid" ,go-github-com-anaseto-gruid)))
+ (home-page "https://github.com/anaseto/gruid-tcell")
+ (synopsis "Gruid driver using the tcell library")
+ (description "The gruid-tcell module provides a Gruid driver for building
+terminal full-window applications.")
+ (license license:isc)))
+
(define-public harmonist
(package
(name "harmonist")
- 178/377: gnu: man-pages: Update to 5.13., (continued)
- 178/377: gnu: man-pages: Update to 5.13., guix-commits, 2021/09/05
- 183/377: gnu: ocl-icd: Replace with opencl-icd-loader., guix-commits, 2021/09/05
- 185/377: gnu: python-pytools: Update to 2021.2.7., guix-commits, 2021/09/05
- 190/377: images: pinebook-pro: Fix the agetty baud rate., guix-commits, 2021/09/05
- 211/377: gnu: ansible: Update to 4.4.0., guix-commits, 2021/09/05
- 227/377: services: hurd-vm: Use the new 'targets' field of <bootloader-configuration>., guix-commits, 2021/09/05
- 235/377: gnu: Add python-pybbi., guix-commits, 2021/09/05
- 87/377: gnu: Add ivar., guix-commits, 2021/09/05
- 239/377: gnu: Add python-pytest-tornasync., guix-commits, 2021/09/05
- 247/377: gnu: Add python-coolbox., guix-commits, 2021/09/05
- 252/377: gnu: Add go-github-com-anaseto-gruid-tcell.,
guix-commits <=
- 253/377: gnu: harmonist: Update to 0.4.1., guix-commits, 2021/09/05
- 165/377: gnu: python-pytest-xprocess: Update to 0.18.1., guix-commits, 2021/09/05
- 171/377: gnu: Add python-strawc., guix-commits, 2021/09/05
- 174/377: gnu: postgresql-10: Update to 10.18., guix-commits, 2021/09/05
- 133/377: gnu: Add r-crul., guix-commits, 2021/09/05
- 147/377: gnu: Add rust-polars-core-0.15., guix-commits, 2021/09/05
- 153/377: gnu: Add rust-flatbuffers-2., guix-commits, 2021/09/05
- 154/377: gnu: Add rust-bigdecimal-rs-0.2., guix-commits, 2021/09/05
- 157/377: gnu: Add rust-zstd-0.9., guix-commits, 2021/09/05
- 94/377: gnu: emacs-envrc: Update to 0.4., guix-commits, 2021/09/05