guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#46997] [PATCH] gnu: Add mangband.


From: Adam Kandur
Subject: [bug#46997] [PATCH] gnu: Add mangband.
Date: Mon, 8 Mar 2021 00:07:28 +0100 (CET)

master 921bea8c76a52d10091585f3f4ebf0b950c9b758
Author:     Adam Kandur <rndd@tuta.io>
AuthorDate: Mon Mar 8 02:03:00 2021 +0300
Commit:     Adam Kandur <rndd@tuta.io>
CommitDate: Mon Mar 8 02:03:00 2021 +0300

Parent:     76c32fcab4 gnu: nimf: Disable qt4 support.
Merged:     master
Contained:  master
Follows:    bootstrap-20190815 (28240)

gnu: Add mangband.

* gnu/packages/games.scm (mangband): New variable.

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

modified   gnu/packages/games.scm
@@ -2952,6 +2952,36 @@ the depths below Angband, seeking riches, fighting 
monsters, and preparing to
 fight Morgoth, the Lord of Darkness.")
     (license license:gpl2)))
 
+(define-public mangband
+  (package
+    (name "mangband")
+    (version "v1.5.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+         (url "https://github.com/mangband/mangband";)
+         (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1m7fixv0cbcdzrvxqrjs3jfpzkhq2aj3zip3y67w38a3fbhwdq1k"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("ncurses" ,ncurses)
+       ("sdl2" ,sdl2)
+       ("automake", automake)
+       ("autoconf", autoconf)))
+    (home-page "https://github.com/mangband/mangband";)
+    (synopsis "A free online multi-player realtime roguelike game based on 
Angband.")
+    (description "To win the game you must build up a character, selected from 
any one
+of 10 races and 6 classes, to be powerful enough to defeat Morgoth, Lord of 
Darkness, 
+who lives in the dungeon 5000 feet below the surface of the town.  As you work 
towards
+this near-impossible goal, you will chart unexplored dungeon passageways,
+do battle with legendary creatures, and find lost artifacts.  And of course
+throughout your journeys you will encounter many 
+other adventurers -- whether they be friend or foe is up to you to decide!")
+    (license license:expat)))
+
 (define-public pingus
   (package
     (name "pingus")






reply via email to

[Prev in Thread] Current Thread [Next in Thread]