From unknown Sun Jun 22 00:47:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#27885: [PATCH] gnu: Add motti. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: help-debbugs@gnu.org Resent-Date: Mon, 31 Jul 2017 12:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 27885 X-GNU-PR-Package: debbugs.gnu.org X-GNU-PR-Keywords: patch Received: via spool by submit@debbugs.gnu.org id=B.15015041592052 (code B ref -1); Mon, 31 Jul 2017 12:30:02 +0000 Received: (at submit) by debbugs.gnu.org; 31 Jul 2017 12:29:19 +0000 Received: from localhost ([127.0.0.1]:34866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc9p0-0000X2-Vr for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:19 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38459) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc9ox-0000Wl-1T for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dc9oq-0008B4-Lt for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:09 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=BAYES_50,MISSING_HEADERS autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40938) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dc9oq-0008Ay-J4 for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dc9op-0006h6-7G for guix-patches@gnu.org; Mon, 31 Jul 2017 08:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dc9ol-00088p-6Z for guix-patches@gnu.org; Mon, 31 Jul 2017 08:29:07 -0400 Received: from flashner.co.il ([178.62.234.194]:35834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dc9ok-00088a-Vc for guix-patches@gnu.org; Mon, 31 Jul 2017 08:29:03 -0400 Received: from localhost (46-117-130-79.bb.netvision.net.il [46.117.130.79]) by flashner.co.il (Postfix) with ESMTPSA id 2E4B64025E for ; Mon, 31 Jul 2017 12:29:02 +0000 (UTC) X-Mailbox-Line: From 1510abce9e5bb483a561fe01840be479a4a190e2 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 31 Jul 2017 15:26:06 +0300 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] Message-ID: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.8 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) * gnu/packages/motti.scm (motti): New variable. --- gnu/local.mk | 1 + gnu/packages/motti.scm | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 gnu/packages/motti.scm diff --git a/gnu/local.mk b/gnu/local.mk index ff4777765..8f03a57a9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -272,6 +272,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/mingw.scm \ %D%/packages/microcom.scm \ %D%/packages/moe.scm \ + %D%/packages/motti.scm \ %D%/packages/monitoring.scm \ %D%/packages/mono.scm \ %D%/packages/moreutils.scm \ diff --git a/gnu/packages/motti.scm b/gnu/packages/motti.scm new file mode 100644 index 000000000..59b195802 --- /dev/null +++ b/gnu/packages/motti.scm @@ -0,0 +1,45 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2017 Efraim Flashner +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages motti) + #:use-module (gnu packages) + #:use-module (guix build-system gnu) + #:use-module (guix licenses) + #:use-module (guix packages) + #:use-module (guix download)) + +(define-public motti + (package + (name "motti") + (version "3.1.1") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://gnu/motti/motti-" version ".tar.gz")) + (sha256 + (base32 + "0ag4gpxy42l30660b4f2lrp52xi5sik9s6frr7jfxqxjsf29lbb3")))) + (build-system gnu-build-system) + (synopsis "Multiplayer strategy game") + (description + "GNU Motti is a simple multiplayer strategy game played in a terminal. +The objective of the game is to conquer enemy capitals by occupying and +encircling territory.") + (home-page "https://www.gnu.org/software/motti") + (license gpl3+))) -- 2.13.3 From unknown Sun Jun 22 00:47:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27885] [PATCH] gnu: Add motti. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 10 Aug 2017 11:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27885 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Efraim Flashner Cc: 27885@debbugs.gnu.org Received: via spool by 27885-submit@debbugs.gnu.org id=B27885.150236304811927 (code B ref 27885); Thu, 10 Aug 2017 11:05:02 +0000 Received: (at 27885) by debbugs.gnu.org; 10 Aug 2017 11:04:08 +0000 Received: from localhost ([127.0.0.1]:54016 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dflG4-00036J-Ib for submit@debbugs.gnu.org; Thu, 10 Aug 2017 07:04:08 -0400 Received: from o122.p8.mailjet.com ([87.253.233.122]:33383) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dflG2-000369-PS for 27885@debbugs.gnu.org; Thu, 10 Aug 2017 07:04:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=k5sHBUWvV3y7MA/hG1ad0biACG9vPQ3VkEvrnmzfQko=; b=VLF1dFDkrsAyFmDLy1nMDIVmtLo+L8O3d1GNAEbNxJKOusDzn5Dy2Dr4F P1/Q2PUNgwpp4Hc04Npx+AoOo1VnifpWypK0dOdg/81tcpQhZNDLBf98FT+1 dFkzK8qC3naQkZYeSFVZax/WkgK86brcetldgMVF1DU+V8jfFx9Cvk= Message-Id: MIME-Version: 1.0 From: Arun Isaac Date: Thu, 10 Aug 2017 16:33:54 +0530 In-reply-to: References: X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: ADkAACnF4L8AAAAAAAAAAAPekkcAAAACwQwAAAAAAAW9WABZjD2lgIDtaDr8T_yzcQWcCma9QAAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Thank you for the patch! Efraim Flashner writes: > * gnu/packages/motti.scm (motti): New variable. Why create a separate motti.scm for this package? Why not put it in games.scm? = From unknown Sun Jun 22 00:47:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#27885] [PATCH] gnu: Add motti. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 10 Aug 2017 17:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27885 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 27885@debbugs.gnu.org Received: via spool by 27885-submit@debbugs.gnu.org id=B27885.150238637828607 (code B ref 27885); Thu, 10 Aug 2017 17:33:02 +0000 Received: (at 27885) by debbugs.gnu.org; 10 Aug 2017 17:32:58 +0000 Received: from localhost ([127.0.0.1]:54732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dfrKM-0007RL-Bc for submit@debbugs.gnu.org; Thu, 10 Aug 2017 13:32:58 -0400 Received: from flashner.co.il ([178.62.234.194]:54665) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dfrKK-0007R4-Bl for 27885@debbugs.gnu.org; Thu, 10 Aug 2017 13:32:56 -0400 Received: from localhost (46-117-130-79.bb.netvision.net.il [46.117.130.79]) by flashner.co.il (Postfix) with ESMTPSA id 00C1B4039D; Thu, 10 Aug 2017 17:32:49 +0000 (UTC) Date: Thu, 10 Aug 2017 20:32:47 +0300 From: Efraim Flashner Message-ID: <20170810173247.GA11046@macbook42.flashner.co.il> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 10, 2017 at 04:33:54PM +0530, Arun Isaac wrote: >=20 > Thank you for the patch! >=20 > Efraim Flashner writes: >=20 > > * gnu/packages/motti.scm (motti): New variable. >=20 > Why create a separate motti.scm for this package? Why not put it in > games.scm? It was really just because we have a lot of GNU packages in their own modules, so I defaulted to that when I packaged motti. I don't feel strongly one way or the other. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlmMmLQACgkQQarn3Mo9 g1GvehAAjUWWoCYuC/1kQdSM1H7sp6tr8JWEXxMx87LuzmBfVZ7hkhasCtU2ajRD FsKcs6GHJCH0hOr7kJi7edsEXOxquZfNncY87L4Pq0jOtx1pbLLmhGloer1vFNFW YXSxTNYmOhejnmUj8YOu4EnbbIXQI92U2cEsMW3fRzymD2YT+CCtW+uJ+W+l20M+ BWYWyhLia5o1pxPsdbYTTLEqazDrxAD2x8lQ9dJTaDVdhQ5nZ1qWkjYfDWqlQ30F awHHsYQEwLYgatzeyYdRoS3tl82XcHeoZSR/vWxClYKi0kJZT3CRHf78VeBURAzS ueUSdn/XjanaErlfgU7QkSNXyPRW2dP4Y0AoBAFwR+EuHCqkcUI9tchOrgXEjrkU 4soPCbnp3q1XV7dFgVn6gzetkr6OIhJd9EetelWLT0H8LjhVdnTancMdUkk91rMG KDMtx7zKpFtqZY53r+77OpK8E9A8N2l1tj8mI4aRB6WP1pXJs4wkZ2g7tC+RJF24 QhaFrSLox6oM2Pfmh8rNB+ohU2BMwBs7YGKTktwvmQvcUUzOzDnw1fL3qFEggTgu hLXxmc/dP0Rqxx6cRLJZHAM/7KwBi+zJptZ2q+Uy8edababelep1rvU6qUUIlYMV T8P3spuYtQ+ORD6swzl3qgUOtkqCvXedQLKtSGJsP+hv0b9HQh4= =D8ta -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- From unknown Sun Jun 22 00:47:42 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Efraim Flashner Subject: bug#27885: closed (Re: bug#27885: [PATCH] gnu: Add motti.) Message-ID: References: <76fd2818.AEEAOuZTIZ4AAAAAAAAAAAPflREAAAACwQwAAAAAAAW9WABZkFpP@mailjet.com> X-Gnu-PR-Message: they-closed 27885 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 27885@debbugs.gnu.org Date: Sun, 13 Aug 2017 13:56:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1502632562-14225-1" This is a multi-part message in MIME format... ------------=_1502632562-14225-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #27885: [PATCH] gnu: Add motti. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 27885@debbugs.gnu.org. --=20 27885: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D27885 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1502632562-14225-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 27885-done) by debbugs.gnu.org; 13 Aug 2017 13:55:29 +0000 Received: from localhost ([127.0.0.1]:59329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dgtMX-0003hD-Ig for submit@debbugs.gnu.org; Sun, 13 Aug 2017 09:55:29 -0400 Received: from o171.p8.mailjet.com ([87.253.233.171]:46457) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <76fd2818.AEEAOuZTIZ4AAAAAAAAAAAPflREAAAACwQwAAAAAAAW9WABZkFpP@bnc3.mailjet.com>) id 1dgtMW-0003h7-8U for 27885-done@debbugs.gnu.org; Sun, 13 Aug 2017 09:55:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=r6GB0T0WrZMrpy4WCHcw1O57l1ZqQDNTkfB3m5evjZQ=; b=coDVJnaWJD0UY+AwLSiPUw0UoGrBC0asFDaqtpRPt2ZbIvkSQv25sQ/Ge JZK2GRX4L1tJWOfpDsYxH+UGgrfoXW+LxGrWULYfHHY3YyjhNLIcBaBLtDlA t2EtaQQhpBgTYfe+0XylV739CDore2AXKmARKRmwItMxJrUnkjsvt4= Message-Id: <76fd2818.AEEAOuZTIZ4AAAAAAAAAAAPflREAAAACwQwAAAAAAAW9WABZkFpP@mailjet.com> MIME-Version: 1.0 From: Arun Isaac To: Efraim Flashner Subject: Re: bug#27885: [PATCH] gnu: Add motti. Date: Sun, 13 Aug 2017 19:25:13 +0530 In-reply-to: <20170810173247.GA11046@macbook42.flashner.co.il> References: <20170810173247.GA11046@macbook42.flashner.co.il> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEEAOuZTIZ4AAAAAAAAAAAPflREAAAACwQwAAAAAAAW9WABZkFpPm6WcUaECRZSFQueIK4TxtwAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Closing this bug report since this patch has already been pushed... [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source [87.253.233.171 listed in dnsbl.sorbs.net] 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [87.253.233.171 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [87.253.233.171 listed in list.dnswl.org] 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 27885-done Cc: 27885-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Closing this bug report since this patch has already been pushed... [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source [87.253.233.171 listed in dnsbl.sorbs.net] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [87.253.233.171 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [87.253.233.171 listed in list.dnswl.org] 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders Closing this bug report since this patch has already been pushed... = ------------=_1502632562-14225-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 31 Jul 2017 12:29:19 +0000 Received: from localhost ([127.0.0.1]:34866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc9p0-0000X2-Vr for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:19 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38459) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc9ox-0000Wl-1T for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dc9oq-0008B4-Lt for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:09 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=BAYES_50,MISSING_HEADERS autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40938) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dc9oq-0008Ay-J4 for submit@debbugs.gnu.org; Mon, 31 Jul 2017 08:29:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dc9op-0006h6-7G for guix-patches@gnu.org; Mon, 31 Jul 2017 08:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dc9ol-00088p-6Z for guix-patches@gnu.org; Mon, 31 Jul 2017 08:29:07 -0400 Received: from flashner.co.il ([178.62.234.194]:35834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dc9ok-00088a-Vc for guix-patches@gnu.org; Mon, 31 Jul 2017 08:29:03 -0400 Received: from localhost (46-117-130-79.bb.netvision.net.il [46.117.130.79]) by flashner.co.il (Postfix) with ESMTPSA id 2E4B64025E for ; Mon, 31 Jul 2017 12:29:02 +0000 (UTC) X-Mailbox-Line: From 1510abce9e5bb483a561fe01840be479a4a190e2 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 31 Jul 2017 15:26:06 +0300 Subject: [PATCH] gnu: Add motti. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] Message-ID: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) * gnu/packages/motti.scm (motti): New variable. --- gnu/local.mk | 1 + gnu/packages/motti.scm | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 gnu/packages/motti.scm diff --git a/gnu/local.mk b/gnu/local.mk index ff4777765..8f03a57a9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -272,6 +272,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/mingw.scm \ %D%/packages/microcom.scm \ %D%/packages/moe.scm \ + %D%/packages/motti.scm \ %D%/packages/monitoring.scm \ %D%/packages/mono.scm \ %D%/packages/moreutils.scm \ diff --git a/gnu/packages/motti.scm b/gnu/packages/motti.scm new file mode 100644 index 000000000..59b195802 --- /dev/null +++ b/gnu/packages/motti.scm @@ -0,0 +1,45 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2017 Efraim Flashner +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages motti) + #:use-module (gnu packages) + #:use-module (guix build-system gnu) + #:use-module (guix licenses) + #:use-module (guix packages) + #:use-module (guix download)) + +(define-public motti + (package + (name "motti") + (version "3.1.1") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://gnu/motti/motti-" version ".tar.gz")) + (sha256 + (base32 + "0ag4gpxy42l30660b4f2lrp52xi5sik9s6frr7jfxqxjsf29lbb3")))) + (build-system gnu-build-system) + (synopsis "Multiplayer strategy game") + (description + "GNU Motti is a simple multiplayer strategy game played in a terminal. +The objective of the game is to conquer enemy capitals by occupying and +encircling territory.") + (home-page "https://www.gnu.org/software/motti") + (license gpl3+))) -- 2.13.3 ------------=_1502632562-14225-1--