unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47508] [PATCH] gnu: add instead
@ 2021-03-30 23:53 Alexander Krotov
  2021-04-05 16:42 ` Leo Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Krotov @ 2021-03-30 23:53 UTC (permalink / raw)
  To: 47508; +Cc: Alexander Krotov

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#47508] [PATCH] gnu: add instead
  2021-03-30 23:53 [bug#47508] [PATCH] gnu: add instead Alexander Krotov
@ 2021-04-05 16:42 ` Leo Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Prikler @ 2021-04-05 16:42 UTC (permalink / raw)
  To: Alexander Krotov, 47508, control

merge 46378 47508
thanks

Hi,

as you can see, there does exist prior work on the packaging of
instead.  Dmitry's patch also includes a search path among other
things, but there were some setbacks, that are discussed over there. 
Work on that patch seems to have come to a halt, but it would be great
if you could try to see what could be salvaged from it.

Regards,
Leo

Am Mittwoch, den 31.03.2021, 02:53 +0300 schrieb Alexander Krotov:
> * 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)))





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-05 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 23:53 [bug#47508] [PATCH] gnu: add instead Alexander Krotov
2021-04-05 16:42 ` Leo Prikler

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).