unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42729] [PATCH] gnu: add minetest-mineclone.
@ 2020-08-06 13:20 Leo Prikler
  2020-08-07  9:02 ` bug#42729: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Prikler @ 2020-08-06 13:20 UTC (permalink / raw)
  To: 42729

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9c415bc174..082ae2b364 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3131,6 +3131,30 @@ in different ways.")
     (home-page "https://www.minetest.net/")
     (license license:lgpl2.1+)))
 
+(define-public minetest-mineclone
+  (package
+    (name "minetest-mineclone")
+    (version "0.66.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.minetest.land/Wuzzy/MineClone2")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0miszzlzplpvaj0j1yii9867ydr42wsaqa9g6grxdrci75p05g00"))))
+    (build-system copy-build-system)
+    (arguments
+     `(#:install-plan
+       '(("." "share/minetest/games/mineclone"))))
+    (synopsis "Minecraft clone based on Minetest engine")
+    (description
+     "MineClone is a Minetest subgame, that aims to recreate Minecraft as
+closely as the engine allows.")
+    (home-page "https://content.minetest.net/packages/Wuzzy/mineclone2/")
+    (license license:gpl3+)))
+
 (define glkterm
   (package
    (name "glkterm")
-- 
2.28.0





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

* bug#42729: [PATCH] gnu: add minetest-mineclone.
  2020-08-06 13:20 [bug#42729] [PATCH] gnu: add minetest-mineclone Leo Prikler
@ 2020-08-07  9:02 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-08-07  9:02 UTC (permalink / raw)
  To: Leo Prikler; +Cc: 42729-done


Hey,

> * gnu/packages/games.scm (minetest-mineclone): New variable.

Added your copyright and pushed!

Thanks,

Mathieu




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

end of thread, other threads:[~2020-08-07  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 13:20 [bug#42729] [PATCH] gnu: add minetest-mineclone Leo Prikler
2020-08-07  9:02 ` bug#42729: " Mathieu Othacehe

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).