guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/11: gnu: Add minetest-moreores.


From: guix-commits
Subject: 10/11: gnu: Add minetest-moreores.
Date: Sat, 16 Oct 2021 11:33:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a4a96d2f6dc52f84c71139dbdb4c23404203e9e9
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sun Sep 19 16:58:53 2021 +0200

    gnu: Add minetest-moreores.
    
    * gnu/packages/minetest.scm (minetest-moreores): New variable.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/minetest.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 28fa40b..3d9d126 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -187,6 +187,27 @@ numeric identifier TOPIC-ID on the official Minetest 
forums."
   (string-append "https://forum.minetest.net/viewtopic.php?t=";
                  (number->string topic-id)))
 
+(define-public minetest-moreores
+  (package
+    (name "minetest-moreores")
+    (version "2.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/minetest-mods/moreores";)
+             (commit (string-append "v" version))))
+       (sha256 (base32 "1chfqbc6bb27aacjc67j5l5wcdvmcsvk2rfmangipd7nwini3y34"))
+       (file-name (git-file-name name version))))
+    (build-system minetest-mod-build-system)
+    (home-page (minetest-topic 549))
+    (synopsis "Additional ore types, tools, swords, and rails for Minetest")
+    (description
+     "This Minetest mod adds new ore types to the game (mithril, silver) as 
well
+as swords and tools made of different materials.  It also adds copper rails.")
+    (license license:zlib)
+    (properties `((upstream-name . "Calinou/moreores")))))
+
 (define-public minetest-basic-materials
   (package
     (name "minetest-basic-materials")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]