all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#40613: [PATCH] gnu: Add emacs-typing.
@ 2020-04-14  0:11 Alberto Eleuterio Flores Guerrero
  2020-04-14  0:55 ` bug#40613: (no subject) Tobias Geerinckx-Rice
  2020-04-14 21:47 ` bug#40613: [PATCH] gnu: Add emacs-typing Nicolas Goaziou
  0 siblings, 2 replies; 4+ messages in thread
From: Alberto Eleuterio Flores Guerrero @ 2020-04-14  0:11 UTC (permalink / raw)
  To: 40613

* gnu/packages/emacs-xyz.scm (emacs-typing): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d3631535da..6acbee00d3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22499,3 +22499,25 @@ which can be embedded in source code, comments or emails.")
 @code{4clojure.com} problems, you can open an specific question and move
 the next or previos.  You can also check you answers.")
    (license license:gpl3)))
+
+(define-public emacs-typing
+  (package
+    (name "emacs-typing")
+    (version "1.1.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/kensanata/typing.git")
+             (commit "a2ef25dde2d8eb91bd9c0c6164cb5208208647fa")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1dbh0srbf54lgd60ia79y9cfnq3kxlgw01qzdjs9mk3nfazzpgnv"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/kensanata/typing/")
+    (synopsis "Emacs game where you have to type fast")
+    (description "@code{emacs-typing} is a game for Emacs that
+forces you to type words correctly as fast as possible, otherwise
+you will die.  The game builds the list of words from the active buffer")
+    (license license:gpl2)))
-- 
2.26.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-22 21:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14  0:11 bug#40613: [PATCH] gnu: Add emacs-typing Alberto Eleuterio Flores Guerrero
2020-04-14  0:55 ` bug#40613: (no subject) Tobias Geerinckx-Rice
2020-04-14 21:47 ` bug#40613: [PATCH] gnu: Add emacs-typing Nicolas Goaziou
2020-10-22 21:33   ` Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.