From: Alberto Eleuterio Flores Guerrero <barbanegra+guix@posteo.mx>
To: 40613@debbugs.gnu.org
Subject: bug#40613: [PATCH] gnu: Add emacs-typing.
Date: Mon, 13 Apr 2020 19:11:24 -0500 [thread overview]
Message-ID: <20200414001124.12373-1-barbanegra+guix@posteo.mx> (raw)
* 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
next reply other threads:[~2020-04-14 0:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-14 0:11 Alberto Eleuterio Flores Guerrero [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200414001124.12373-1-barbanegra+guix@posteo.mx \
--to=barbanegra+guix@posteo.mx \
--cc=40613@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).