unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59965] [PATCH] gnu: Add minetest-mobs-monster
@ 2022-12-11 13:54 Vivien Kraus via Guix-patches via
  2023-01-09 16:31 ` bug#59965: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2022-12-11 13:54 UTC (permalink / raw)
  To: 59965

* gnu/packages/minetest.scm (minetest-mobs-monster): New variable.
---
 gnu/packages/minetest.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 0f017217de..c898e76180 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -472,6 +472,31 @@ (define-public minetest-mobs-animal
     (license (list license:cc0 license:expat))
     (properties `((upstream-name . "TenPlus1/mobs_animal")))))
 
+(define-public minetest-mobs-monster
+  (package
+    (name "minetest-mobs-monster")
+    ;; Upstream does not use version numbers, so use the release title
+    ;; from ContentDB instead;
+    (version "2022-12-10")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://notabug.org/TenPlus1/mobs_monster")
+             (commit "1b197f9ae136179a764ef45824464b667ade52e6")))
+       (sha256
+        (base32 "15g8acrzvsiccxchfmgjhyf2lmkbrpdjqv3v7hmqz7xqypi8wm3h"))
+       (file-name (git-file-name name version))))
+    (build-system minetest-mod-build-system)
+    (propagated-inputs (list minetest-mobs))
+    (home-page "https://notabug.org/TenPlus1/mobs_monster")
+    (synopsis "Add monsters with Mobs Redo on minetest")
+    (description
+     "This Minetest mod adds many types of monsters to Minetest, that live on the
+surface or deep underground.")
+    (license license:expat)
+    (properties `((upstream-name . "TenPlus1/mobs_monster")))))
+
 (define-public minetest-pipeworks
   (package
     (name "minetest-pipeworks")

base-commit: 0ce1f82e5aaac951b21d579eb46bf75cfe6713c0
-- 
2.38.1




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

* bug#59965: [PATCH] gnu: Add minetest-mobs-monster
  2022-12-11 13:54 [bug#59965] [PATCH] gnu: Add minetest-mobs-monster Vivien Kraus via Guix-patches via
@ 2023-01-09 16:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-01-09 16:31 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: 59965-done

Vivien Kraus <vivien@planete-kraus.eu> skribis:

> * gnu/packages/minetest.scm (minetest-mobs-monster): New variable.

Applied, thanks!




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

end of thread, other threads:[~2023-01-09 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-11 13:54 [bug#59965] [PATCH] gnu: Add minetest-mobs-monster Vivien Kraus via Guix-patches via
2023-01-09 16:31 ` bug#59965: " Ludovic Courtès

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