unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jakob Kirsch <jakob.kirsch@web.de>
To: 63457@debbugs.gnu.org
Cc: Jakob Kirsch <jakob.kirsch@web.de>
Subject: [bug#63457] [PATCH] gnu: rogue: Add 5.4.4
Date: Thu, 11 May 2023 22:20:05 +0200	[thread overview]
Message-ID: <20230511202005.8429-1-jakob.kirsch@web.de> (raw)

---
 gnu/packages/games.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index bae79ee48b..3cfa58fc7f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2369,6 +2369,28 @@ (define-public robotfindskitten
     (home-page "http://robotfindskitten.org/")
     (license license:gpl2+)))

+(define-public rogue
+  (package
+    (name "rogue")
+    (version "5.4.4")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/Davidslv/rogue")
+                    (commit "cf9bd26d564a72fac4cf56b55c96c2435270d29a")))
+              (sha256
+               (base32
+                "0mk03l120scas4dcn6xccnhslnwmcx2blshbf925z06yk7rkzias"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:tests? #f
+       #:make-flags (list "CFLAGS=-DNCURSES_INTERNALS")))
+    (inputs (list ncurses))
+    (synopsis "Original Rogue Game (5.4.4)")
+    (description "Rogue 5.4.4: Exploring the Dungeons of Doom")
+    (home-page "https://github.com/Davidslv/rogue")
+    (license license:bsd-3)))
+
 (define-public roguebox-adventures
   (package
     (name "roguebox-adventures")

base-commit: 642b73a029adef8e35c39b1bd56eb4b15b7d3504
--
2.39.2





             reply	other threads:[~2023-05-12 13:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-11 20:20 Jakob Kirsch [this message]
2023-05-17 18:52 ` [bug#63457] [PATCH v1] gnu: rogue: Add 5.4.4 Jakob Kirsch
2023-06-08 21:07   ` bug#63457: [PATCH] " Ludovic Courtès

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=20230511202005.8429-1-jakob.kirsch@web.de \
    --to=jakob.kirsch@web.de \
    --cc=63457@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).