guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#46053] [PATCH 2/2] gnu: Add the-question.


From: Leo Prikler
Subject: [bug#46053] [PATCH 2/2] gnu: Add the-question.
Date: Sat, 23 Jan 2021 14:46:56 +0100

* gnu/packages/games.scm (the-question): New variable.
---
 gnu/packages/games.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ee1571e624..8b3a617d0a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -196,6 +196,7 @@
   #:use-module (guix build-system meson)
   #:use-module (guix build-system perl)
   #:use-module (guix build-system python)
+  #:use-module (guix build-system renpy)
   #:use-module (guix build-system qt)
   #:use-module (guix build-system scons)
   #:use-module (guix build-system trivial)
@@ -12136,3 +12137,17 @@ game FPS.")
 implemented using ncurses user interface.  An SDL graphical version is also
 available.")
     (license license:gpl3+)))
+
+(define-public the-question
+  (package
+    (name "the-question")
+    (version (package-version renpy))
+    (source (package-source renpy))
+    (build-system renpy-build-system)
+    (arguments
+     '(#:game "the_question/game"))
+    (synopsis "Ren'py example game")
+    (description "The Question is a short game demonstrating the capabilities
+of Ren'py.")
+    (home-page (package-home-page renpy))
+    (license (package-license renpy))))
-- 
2.30.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]