From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id MD7WC7SeBmPMGQAAbAwnHQ (envelope-from ) for ; Wed, 24 Aug 2022 23:57:08 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id gMDMC7SeBmN16AAA9RJhRA (envelope-from ) for ; Wed, 24 Aug 2022 23:57:08 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D2502A96E for ; Wed, 24 Aug 2022 23:57:07 +0200 (CEST) Received: from localhost ([::1]:52448 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oQyN0-0000Ss-Jc for larch@yhetil.org; Wed, 24 Aug 2022 17:57:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQyMw-0000Sk-FR for guix-patches@gnu.org; Wed, 24 Aug 2022 17:57:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58605) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oQyMw-0003io-7E for guix-patches@gnu.org; Wed, 24 Aug 2022 17:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oQyMw-00022q-3Q for guix-patches@gnu.org; Wed, 24 Aug 2022 17:57:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57392] [PATCH 1/2] gnu: Add boohu. References: <20220824215510.5546-1-cairn@pm.me> In-Reply-To: <20220824215510.5546-1-cairn@pm.me> Resent-From: Cairn Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 24 Aug 2022 21:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57392 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57392@debbugs.gnu.org Cc: Cairn Received: via spool by 57392-submit@debbugs.gnu.org id=B57392.16613782107841 (code B ref 57392); Wed, 24 Aug 2022 21:57:02 +0000 Received: (at 57392) by debbugs.gnu.org; 24 Aug 2022 21:56:50 +0000 Received: from localhost ([127.0.0.1]:48354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQyMk-00022P-0H for submit@debbugs.gnu.org; Wed, 24 Aug 2022 17:56:50 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:54195) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQyMh-00022A-UT for 57392@debbugs.gnu.org; Wed, 24 Aug 2022 17:56:48 -0400 Date: Wed, 24 Aug 2022 21:56:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1661378202; x=1661637402; bh=QmFpsQ9/owW1GTbY99vdeoJfzjqfzKixwpfFm385hQo=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=reSiXkil9EcxAGKE3hLIESMhy0cSkG5nm3ltAfS0QsP3PVUG0Py4ATDiSGfgdyc5K LQKRAERkoFG3vkteNglb0qxQjUi4b9DX+8mbbM/lGJ0QiLU0NDj0c+VJe5mijpIgmr +ebU5/fcGfKcWLSzZhBiJ4WdOoNbdss6hGtO/ec3qEISBZqp/psA5gtzxCn9+troPF PMWNNONxlIKarp6SKtIHSCLEIh8KKEoK4SFulj/U7zRQWSvpSUXtNfFMzkO6sCdb7g Ega33yYae2vfr8vK3Mll8cvaSUfCFJeS3NLK8M9SYfQu0BkSJdKrrZVfKAQfpOu2Ks z0hqo9h34LKng== Message-ID: <20220824215624.5646-1-cairn@pm.me> Feedback-ID: 6989168:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: Cairn X-ACL-Warn: , Cairn via Guix-patches From: Cairn via Guix-patches via X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1661378227; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=QmFpsQ9/owW1GTbY99vdeoJfzjqfzKixwpfFm385hQo=; b=hdLJmAjZymB6BoaYYyWVgpzME3NV4ihYGvDOW+/AICVHbhMgMDmbEy7H59bvPBML/FEg+l 9LH7E1N6ZbbpL15nUEhX4c17nlO9dgYv5vTxWNn9RSkjSvZZMMpk0fnmYE1IS4xtne1adF oOGGC50ipYtY0ND+4ltaHs/K8sWbL5zu0Uc/ny+4tWDJMIfmj0PUEsMll48C4yaTpVQjd1 6VHVoLNL+QW2ZXbiA0r9RBEwXq+wMrxPuVGZdV3xT9nOxemyCBvJUQ65C0caHHKWbdlYqx 80tN6S0XNLMyrSZ9lO2XMEiZya6fdnyoUwzPqH3L/5ufaZVJDfGj0VWpQKDaXg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1661378227; a=rsa-sha256; cv=none; b=tvabcRYrk8oaQVSgCm97Cra3FetJhAazbYhBr22yiofgMMrLEVKdtvZvdMqot7RZrwcl7o 5ylnTmmsl3pfCO1OOPQjeaSXfoGnVNQY8Ka1woaNBPLdjFiOjnuCbvR/EPrP08jfB3Cori C2l0AnF0GknKnZbjPLYmUefQH6QV2eEjH3ZdIX/8XwaRkWKq63jw+1u85H+LJntZJZ/IHL xLH0RGKkPLQoXZ/CrKH0ElZtTsSp+DkiaKHQ1n9xeIpeuzmRPESBv87AMZFeKBU/Ia15Nj ox3vLM97Rd7flMU6wyCrBhsxBtYjqFFhkEzOkmuo7dvBBxJ4EVwp8bsxOVpsuQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=pm.me header.s=protonmail3 header.b=reSiXkil; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.31 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=pm.me header.s=protonmail3 header.b=reSiXkil; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D2502A96E X-Spam-Score: -3.31 X-Migadu-Scanner: scn0.migadu.com X-TUID: wj/KqP6ouGH7 * 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))) =20 +(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-base= d +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 charac= ter +building, relying on items and player adaptability for character progressi= on.") + (license license:isc))) + (define-public drascula (package (name "drascula") --=20 2.37.2