unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Cairn via Guix-patches via <guix-patches@gnu.org>
To: 57392@debbugs.gnu.org
Cc: Cairn <cairn@pm.me>
Subject: [bug#57392] [PATCH 1/2] gnu: Add boohu.
Date: Wed, 24 Aug 2022 21:56:37 +0000	[thread overview]
Message-ID: <20220824215624.5646-1-cairn@pm.me> (raw)
In-Reply-To: <20220824215510.5546-1-cairn@pm.me>

* gnu/packages/games.scm (boohu): New variable.
---
 gnu/packages/games.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a3278b8918..ac9190d1a7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9505,6 +9505,36 @@ (define-public harmonist
 on items and player adaptability for character progression.")
     (license license:isc)))
 
+(define-public boohu
+  (package
+    (name "boohu")
+    (version "0.13.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://git.tuxfamily.org/boohu/boohu.git")
+                     (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0g8sziji2bpqfqlmxw51zgnx048k245149cpn29cadpmw75viz44"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "git.tuxfamily.org/boohu/boohu"))
+    (inputs (list go-github-com-gdamore-tcell-v2
+                  go-github.com-nsf-termbox-go
+                  go-github-com-anaseto-gruid
+                  go-github-com-anaseto-gruid-tcell))
+    (home-page "https://download.tuxfamily.org/boohu/index.html")
+    (synopsis "Tactical positioning coffee-break roguelike game")
+    (description "Break Out Of Hareka's Underground (Boohu) is a turn-based
+coffee-break roguelike game with a heavy focus on tactical positioning
+mechanisms.  This focus strongly influenced its weapon attack patterns,
+consumables and terrain features.  Aiming for a replayable streamlined
+experience, the game avoids manual inventory management and complex character
+building, relying on items and player adaptability for character progression.")
+    (license license:isc)))
+
 (define-public drascula
   (package
     (name "drascula")
-- 
2.37.2






  reply	other threads:[~2022-08-24 21:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-24 21:55 [bug#57392] [PATCH 0/2] Add boohu Cairn via Guix-patches via
2022-08-24 21:56 ` Cairn via Guix-patches via [this message]
2022-08-24 21:56 ` [bug#57392] [PATCH 2/2] gnu: Add boohu-tk Cairn via Guix-patches via

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=20220824215624.5646-1-cairn@pm.me \
    --to=guix-patches@gnu.org \
    --cc=57392@debbugs.gnu.org \
    --cc=cairn@pm.me \
    /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).