all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexander Krotov <krotov@iitp.ru>
To: 47508@debbugs.gnu.org
Cc: Alexander Krotov <krotov@iitp.ru>
Subject: [bug#47508] [PATCH] gnu: add instead
Date: Wed, 31 Mar 2021 02:53:29 +0300	[thread overview]
Message-ID: <20210330235329.792240-1-krotov@iitp.ru> (raw)

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3f909aad4b..22975cf0d6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12379,3 +12379,34 @@ game FPS.")
 implemented using ncurses user interface.  An SDL graphical version is also
 available.")
     (license license:gpl3+)))
+
+(define-public instead
+  (package
+    (name "instead")
+    (version "3.3.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/instead-hub/instead")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "09z22i0ny3dhjhj3g1walxg5mdnr3wsx95q1f92z32cabmqkbiyc"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #f))
+    (inputs `(("zlib" ,zlib)
+              ("lua" ,lua)
+              ("sdl2" ,sdl2)
+              ("sdl2-mixer" ,sdl2-mixer)
+              ("sdl2-image" ,sdl2-image)
+              ("sdl2-ttf" ,sdl2-ttf)
+              ("gtk+" ,gtk+)))
+    (native-inputs `(("pkg-config" ,pkg-config)))
+    (home-page "https://instead.hugeping.ru/")
+    (synopsis "Simple text adventures/visual novels engine")
+    (description "INSTEAD is an INterpreter of Simple TExt ADventure.  Using
+INSTEAD you can create and play games that could be classified as a mix of
+visual novel and text quest.")
+    (license license:expat)))
-- 
2.31.0





             reply	other threads:[~2021-03-30 23:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-30 23:53 Alexander Krotov [this message]
2021-04-05 16:42 ` [bug#47508] [PATCH] gnu: add instead Leo Prikler

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=20210330235329.792240-1-krotov@iitp.ru \
    --to=krotov@iitp.ru \
    --cc=47508@debbugs.gnu.org \
    /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.