all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 69610@debbugs.gnu.org
Cc: Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#69610] [PATCH 2/3] gnu: Add superfluous-returnz-data.
Date: Thu, 7 Mar 2024 20:43:39 +0800	[thread overview]
Message-ID: <da44f3f3-d7c6-b354-2e88-f3aee25e6b8a@disroot.org> (raw)
In-Reply-To: <8cb8335e-a3f4-2671-88f1-785746eff8f4@disroot.org>

From eaec6a2d6835ac8512cb961d68ff8e817f7b6117 Mon Sep 17 00:00:00 2001
Message-ID: <eaec6a2d6835ac8512cb961d68ff8e817f7b6117.1709814572.git.adam.faiz@disroot.org>
In-Reply-To: <cover.1709814572.git.adam.faiz@disroot.org>
References: <cover.1709814572.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Thu, 7 Mar 2024 12:51:12 +0800
Subject: [PATCH 2/3] gnu: Add superfluous-returnz-data.

* gnu/packages/games.scm (superfluous-returnz-data): New variable.
---
 gnu/packages/games.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 72ac122d74..2ebd858ad6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2909,6 +2909,31 @@ (define-public solarus-quest-editor
      "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/floss/")
+    (license license:cc-by-sa4.0)))
+
 (define-public superstarfighter
   (package
     (name "superstarfighter")
-- 
2.41.0




  parent reply	other threads:[~2024-03-07 12:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-07 12:37 [bug#69610] [PATCH 0/3] gnu: Add superfluous-returnz Adam Faiz via Guix-patches via
2024-03-07 12:39 ` [bug#69610] [PATCH 1/3] gnu: Add sdl2-mixer-x Adam Faiz via Guix-patches via
2024-03-07 18:01   ` Liliana Marie Prikler
2024-03-07 12:43 ` Adam Faiz via Guix-patches via [this message]
2024-03-07 12:44 ` [bug#69610] [PATCH 3/3] gnu: Add superfluous-returnz Adam Faiz via Guix-patches via
2024-03-07 18:23   ` Liliana Marie Prikler
2024-03-08  2:12 ` [bug#69610] [PATCH v2 1/3] gnu: Add sdl2-mixer-x Adam Faiz via Guix-patches via
2024-03-08  2:14   ` [bug#69610] [PATCH v2 2/3] gnu: Add superfluous-returnz-data Adam Faiz via Guix-patches via
2024-03-08  2:16   ` [bug#69610] [PATCH v2 3/3] gnu: Add sosage Adam Faiz 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=da44f3f3-d7c6-b354-2e88-f3aee25e6b8a@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=69610@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    --cc=liliana.prikler@gmail.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.