mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add luanti-mineclonia.
* gnu/packages/luanti.scm (luanti-mineclonia): New variable. Change-Id: I47e14de2d97e585f1636ee3b4e13940dc374b5e2 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
9d80a44dee
commit
8516eeef99
1 changed files with 26 additions and 0 deletions
|
@ -432,6 +432,32 @@ with different rules and mechanics.")
|
||||||
(license (list license:lgpl3 license:cc-by-sa3.0))
|
(license (list license:lgpl3 license:cc-by-sa3.0))
|
||||||
(properties `((upstream-name . "Jeija/mesecons"))))))
|
(properties `((upstream-name . "Jeija/mesecons"))))))
|
||||||
|
|
||||||
|
(define-public luanti-mineclonia
|
||||||
|
(package
|
||||||
|
(name "luanti-mineclonia")
|
||||||
|
(version "0.115.0")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://codeberg.org/mineclonia/mineclonia")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0y10rxh7fb6qwny0jpqyz6akw8cwsrdfcyadrqjv774hrr98371a"))))
|
||||||
|
(build-system copy-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:install-plan
|
||||||
|
'(("." "share/luanti/games/mineclonia"))))
|
||||||
|
(home-page "https://content.luanti.org/packages/ryvnf/mineclonia/")
|
||||||
|
(synopsis "An unofficial Minecraft-like game for Luanti")
|
||||||
|
(description
|
||||||
|
"Mineclonia is a stable and performant clone of Minecraft,
|
||||||
|
released as free software. It aims to clone Minecraft as well as
|
||||||
|
Luanti currently permits without resorting to hacks which are too
|
||||||
|
heavyweight or complicated to maintain.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public luanti-voxelibre
|
(define-public luanti-voxelibre
|
||||||
(package
|
(package
|
||||||
(name "luanti-voxelibre")
|
(name "luanti-voxelibre")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue