GNU bug report logs -
#46053
[PATCH 0/2] Add Ren'py build system
Previous Next
Full log
Message #11 received at 46053 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 4 years and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.