andreas pushed a commit to branch games-updates
in repository guix.

commit 27635926094354a0893149a343c5e759a4ad3548
Author: AwesomeAdam54321 <adam.f...@disroot.org>
AuthorDate: Fri Feb 14 16:26:40 2025 +0800

    gnu: Add superfluous-returnz-data.
    
    * gnu/packages/games.scm (superfluous-returnz-data): New variable.
    
    Signed-off-by: Steve George <st...@futurile.net>
    Change-Id: Iba11d9ecbdd3921ed754c13eb210f7d8bf22741d
---
 gnu/packages/games.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c034481e48..ef55c4b7b1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3288,6 +3288,32 @@ in mind.")
      "Solarus Quest Editor is a graphical user interface to create and
 modify quests for the Solarus engine.")))
 
+(define-public superfluous-returnz-data
+  (package
+    (name "superfluous-returnz-data")
+    (version "13")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append 
"https://download.ptilouk.net/superfluous-returnz-d";
+                             version "-data-only"
+                             ".zip"))
+        (sha256
+          (base32
+            "005p1kdm8g5vzf1isvxwiarpw0vciplxdcv9wl4bb47b1gxsh13k"))))
+    (build-system copy-build-system)
+    (native-inputs
+     (list unzip))
+    (arguments
+     (list #:install-plan
+           #~'(("." "."))))
+    (synopsis "Superfluous Returnz game data")
+    (description
+     "This package provides the game data, images, and music of the game
+Superfluous Returnz.")
+    (home-page "https://studios.ptilouk.net/superfluous-returnz/";)
+    (license license:cc-by-sa4.0)))
+
 (define-public superstarfighter
   (package
     (name "superstarfighter")

Reply via email to