all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45441] [PATCH] gnu: Add emacs-roguel-ike.
@ 2020-12-26  0:06 Adam Kandur via Guix-patches via
  2020-12-28 16:28 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2020-12-26  0:06 UTC (permalink / raw)
  To: 45441

From ccd653b36d9f747cff7e78e14dc672052b26ea72 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@tuta.io>
Date: Sat, 26 Dec 2020 03:03:38 +0300
Subject: [PATCH] gnu: Add emacs-roguel-ike.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0822bfdd29..fcf9550004 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4298,6 +4298,39 @@ files with features such as syntax highlighting, comments, finding keywords,
 completing keywords and smart indentation.")
       (license license:gpl3+))))
 
+(define-public emacs-roguel-ike
+  ;; tagged branch is outdated.
+  (let ((revision "0")
+        (commit "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c"))
+    (package
+      (name "emacs-roguel-ike")
+      (version (git-version "0.1.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+           (url "https://github.com/stevenremot/roguel-ike")
+           (commit "master")))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-popup" ,emacs-popup)))
+      (arguments
+       `(#:include '("\\.el$")
+         #:phases
+         (modify-phases %standard-phases
+           (add-before 'check 'set-test-environment
+             (lambda _
+               (setenv "HOME" "/tmp")
+               #t)))))
+      (home-page "https://github.com/stevenremot/roguel-ike.git")
+      (synopsis "Coffee-break roguelike for Emacs")
+      (description "The goal of this project was to develop a coffee-break roguelike for Emacs.  
+The complete game would allow the player to create various characters and to make them fulfill challenges like arena fight and short dungeon explorations.")
+      (license license:gpl3))))
+
 (define-public emacs-rspec
   (let ((commit "66ea7cc9699d6edc6115daa024818adbd85efc20")
         (revision "1"))
-- 
2.29.2





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

* [bug#45441] [PATCH] gnu: Add emacs-roguel-ike.
  2020-12-26  0:06 [bug#45441] [PATCH] gnu: Add emacs-roguel-ike Adam Kandur via Guix-patches via
@ 2020-12-28 16:28 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-12-28 16:28 UTC (permalink / raw)
  To: 45441; +Cc: Adam Kandur, 45441-done

Hello,

Adam Kandur via Guix-patches via <guix-patches@gnu.org> writes:

> From ccd653b36d9f747cff7e78e14dc672052b26ea72 Mon Sep 17 00:00:00 2001
> From: Adam Kandur <rndd@tuta.io>
> Date: Sat, 26 Dec 2020 03:03:38 +0300
> Subject: [PATCH] gnu: Add emacs-roguel-ike.

Thank you.

I fixed indentation, the commit reference, the #:include keyword, and pushed.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2020-12-28 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-26  0:06 [bug#45441] [PATCH] gnu: Add emacs-roguel-ike Adam Kandur via Guix-patches via
2020-12-28 16:28 ` Nicolas Goaziou

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.