mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build-system: Add 'minetest-mod-build-system'.
* guix/build-system/minetest.scm: New module. * guix/build/minetest-build-system.scm: Likewise. * Makefile.am (MODULES): Add them. * doc/guix.texi (Build Systems): Document 'minetest-mod-build-system'. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
parent
7b9d5b6ca0
commit
3df485152c
4 changed files with 338 additions and 0 deletions
|
@ -7895,6 +7895,14 @@ declaration. Its default value is @code{(default-maven-plugins)} which is
|
|||
also exported.
|
||||
@end defvr
|
||||
|
||||
@defvr {Scheme Variable} minetest-mod-build-system
|
||||
This variable is exported by @code{(guix build-system minetest)}. It
|
||||
implements a build procedure for @uref{https://www.minetest.net, Minetest}
|
||||
mods, which consists of copying Lua code, images and other resources to
|
||||
the location Minetest searches for mods. The build system also minimises
|
||||
PNG images and verifies that Minetest can load the mod without errors.
|
||||
@end defvr
|
||||
|
||||
@defvr {Scheme Variable} minify-build-system
|
||||
This variable is exported by @code{(guix build-system minify)}. It
|
||||
implements a minification procedure for simple JavaScript packages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue