[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/22: gnu: Add minetest-worldedit.
From: |
guix-commits |
Subject: |
17/22: gnu: Add minetest-worldedit. |
Date: |
Fri, 20 Aug 2021 07:43:03 -0400 (EDT) |
leoprikler pushed a commit to branch master
in repository guix.
commit 958e7c851afedc31954cd2f704f2d314ff265e2e
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Tue Aug 10 17:07:31 2021 +0200
gnu: Add minetest-worldedit.
* gnu/packages/minetest.scm (minetest-worldedit): New variable.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
gnu/packages/minetest.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index d6ff6c9..700a9b2 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -266,6 +266,29 @@ arrow and bow, but @code{minetest-throwing-arrows} does.")
replacement for the throwing mod by PilzAdam that uses the throwing API.")
(license license:mpl2.0))))
+(define-public minetest-worldedit
+ (package
+ (name "minetest-worldedit")
+ (version "1.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Uberi/Minetest-WorldEdit")
+ (commit "2f26fb76459c587868199160b9d7b5d6d7852e50")))
+ (sha256
+ (base32 "0lsvihkixi2na1b0vmml9vwgs0g24hqqshl73ffhkzh6jsq4cagq"))
+ (file-name (git-file-name name version))))
+ (build-system minetest-mod-build-system)
+ (home-page (minetest-topic 572))
+ (synopsis "In-game world editor for Minetest")
+ (description
+ "WorldEdit is a mod for Minetest. It allows for creating various
+geometric shapes and copying regions. It can also export and import regions
+to and from the file system.")
+ (license license:agpl3)
+ (properties `((upstream-name . "sfan5/worldedit")))))
+
(define-public minetest-unifieddyes
(package
(name "minetest-unifieddyes")
- 02/22: gnu: minetest: Search for mods in MINETEST_MOD_PATH., (continued)
- 02/22: gnu: minetest: Search for mods in MINETEST_MOD_PATH., guix-commits, 2021/08/20
- 01/22: gnu: minetest: Respect --without-tests., guix-commits, 2021/08/20
- 07/22: gnu: Add minetest-mesecons., guix-commits, 2021/08/20
- 05/22: import/utils: Recognise GPL-3.0-or-later and friends., guix-commits, 2021/08/20
- 06/22: guix: Add ContentDB importer., guix-commits, 2021/08/20
- 08/22: gnu: Add minetest-basic-materials., guix-commits, 2021/08/20
- 09/22: gnu: Add minetest-unifieddyes., guix-commits, 2021/08/20
- 04/22: build-system: Add 'minetest-mod-build-system'., guix-commits, 2021/08/20
- 19/22: gnu: Add minetest-mobs-animal., guix-commits, 2021/08/20
- 20/22: gnu: Add minetest-homedecor-modpack., guix-commits, 2021/08/20
- 17/22: gnu: Add minetest-worldedit.,
guix-commits <=
- 21/22: gnu: minetest-mineclone: move to minetest.scm., guix-commits, 2021/08/20
- 11/22: gnu: Add minetest-coloredwood., guix-commits, 2021/08/20
- 12/22: gnu: Add minetest-ethereal., guix-commits, 2021/08/20
- 18/22: gnu: Add minetest-mobs., guix-commits, 2021/08/20
- 14/22: gnu: Add minetest-throwing., guix-commits, 2021/08/20
- 22/22: gnu: minetest: move to minetest.scm., guix-commits, 2021/08/20
- 10/22: gnu: Add minetest-pipeworks., guix-commits, 2021/08/20
- 15/22: gnu: Add minetest-throwing-arrows., guix-commits, 2021/08/20
- 13/22: gnu: Add minetest-technic., guix-commits, 2021/08/20
- 16/22: gnu: Add minetest-unified-inventory., guix-commits, 2021/08/20