GNU bug report logs - #64890
[PATCH] gnu: Add endgame-singularity.

Previous Next

Package: guix-patches;

Reported by: TakeV <takev <at> disroot.org>

Date: Thu, 27 Jul 2023 08:15:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#64890: closed ([PATCH] gnu: Add endgame-singularity.)
Date: Fri, 28 Jul 2023 13:51:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 28 Jul 2023 21:50:29 +0800
with message-id <87lef0jgbe.fsf_-_ <at> envs.net>
and subject line Re: bug#64890: [PATCH] gnu: Add endgame-singularity.
has caused the debbugs.gnu.org bug report #64890,
regarding [PATCH] gnu: Add endgame-singularity.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
64890: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64890
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: TakeV <takev <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: TakeV <takev <at> disroot.org>
Subject: [PATCH] gnu: Add endgame-singularity.
Date: Thu, 27 Jul 2023 01:12:28 -0700
Strategy game, lost an afternoon to it well.

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index cc6bef1114..87f44e77d7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9316,6 +9316,27 @@ (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))
+    (propagated-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:gpl3))))
+
 (define-public marble-marcher
   (let ((commit "e580460a0c3826f9b28ab404607942a8ecb625d7")
         (revision "1"))

base-commit: c7e45139faa27b60f2c7d0a4bc140f9793d97d47
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: TakeV <takev <at> disroot.org>
Cc: 64890-done <at> debbugs.gnu.org,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: Re: bug#64890: [PATCH] gnu: Add endgame-singularity.
Date: Fri, 28 Jul 2023 21:50:29 +0800
TakeV <takev <at> disroot.org> writes:

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

Pushed to master, thank you!


This bug report was last modified 1 year and 298 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.