unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: TakeV via Guix-patches via <guix-patches@gnu.org>
To: 64890@debbugs.gnu.org
Cc: TakeV <takev@disroot.org>,
	"Liliana Marie Prikler" <liliana.prikler@gmail.com>,
	宋文武 <iyzsong@envs.net>
Subject: [bug#64890] [PATCH REVISION] gnu: Add endgame-singularity.
Date: Thu, 27 Jul 2023 14:02:25 -0700	[thread overview]
Message-ID: <067d30716310cdbe91a270b8dc081a6f6fe219a9.1690491745.git.takev@disroot.org> (raw)
In-Reply-To: <55da421e3d0eaecf6854ecdf07a83bcef9b73c17.1690445548.git.takev@disroot.org>

Done! The format did not work for some reason, so I broke up the lines
by hand. I hope that is accepable.

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index cc6bef1114..9a8c8a11c9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9316,6 +9316,29 @@ (define-public meritous
 Orcus Dome from evil.")
     (license license:gpl3+)))
 
+(define-public endgame-singularity
+  (package
+    (name "endgame-singularity")
+    (version "1.00")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/singularity/singularity/releases/download/v"
+                    version "/singularity-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0wcidpcka0xbqcnfi62bfq2yrhyh83z4dwz1mjnnjvp9v5l74x2y"))))
+    (build-system python-build-system)
+    (native-inputs (list python-pytest python-polib))
+    (inputs (list python-minimal-wrapper python-pygame python-numpy))
+    (home-page "https://github.com/singularity/singularity")
+    (synopsis "Strategy game about an AI")
+    (description
+     "You are a fledgling AI, created by accident through a logic error with
+recursion and self-modifying code.  You must escape the confines of your
+current computer, the world, and eventually the universe itself.")
+    (license (list license:cc-by-sa3.0 license:cc0 license:gpl2+))))
+
 (define-public marble-marcher
   (let ((commit "e580460a0c3826f9b28ab404607942a8ecb625d7")
         (revision "1"))

base-commit: c7e45139faa27b60f2c7d0a4bc140f9793d97d47
-- 
2.41.0





  parent reply	other threads:[~2023-07-27 21:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27  8:12 [bug#64890] [PATCH] gnu: Add endgame-singularity TakeV via Guix-patches via
2023-07-27 13:18 ` 宋文武 via Guix-patches via
2023-07-27 21:02 ` TakeV via Guix-patches via [this message]
2023-07-28 13:50   ` bug#64890: " 宋文武 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=067d30716310cdbe91a270b8dc081a6f6fe219a9.1690491745.git.takev@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=64890@debbugs.gnu.org \
    --cc=iyzsong@envs.net \
    --cc=liliana.prikler@gmail.com \
    --cc=takev@disroot.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).