~ruther/guix-local

6371407bdea8552352bd2e45fc84db18f02ba8ff — Maxim Cournoyer a month ago b36f3b2
gnu: Add luanti-chatcmdbuilder.

* gnu/packages/luanti.scm (luanti-chatcmdbuilder): New variable.

Change-Id: If30dc64220463ff5ae1bf5b861422dfe53ab8f66
1 files changed, 25 insertions(+), 0 deletions(-)

M gnu/packages/luanti.scm
M gnu/packages/luanti.scm => gnu/packages/luanti.scm +25 -0
@@ 10,6 10,7 @@
;;; Copyright © 2020, 2021, 2022, 2025 Liliana Marie Prikler <liliana.prikler@gmail.com>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2024 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
;;; Copyright © 2025 Maxim Cournoyer <maxim@guixotic.coop>
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it


@@ 841,6 842,30 @@ advtrains up to version 2.2.1.")
    (license (list license:cc-by-sa3.0 license:agpl3+))
    (properties `((upstream-name . "orwell/basic_trains")))))

(define-public luanti-chatcmdbuilder
  ;; The last tag is old and has issues.
  (let ((commit "be3906e1fbd21f5c3149309c831b1a92769d3f93")
        (revision "0"))
    (package
      (name "luanti-chatcmdbuilder")
      (version (git-version "0.2.0" revision commit))
      (source (origin
                (method git-fetch)
                (uri (git-reference
                       (url "https://github.com/rubenwardy/ChatCmdBuilder")
                       (commit commit)))
                (file-name (git-file-name name version))
                (sha256
                 (base32
                  "0b9jl9pb5cc0rz9vv5r1kcmzch3nkbcx6xzkwii7dc7xfz9dx895"))))
      (build-system luanti-mod-build-system)
      (home-page "https://content.luanti.org/packages/rubenwardy/lib_chatcmdbuilder/")
      (synopsis "Luanti library to create complex chat commands")
      (description "ChatCmdBuilder is a Luanti library to ease
 creating complex chat commands with no pattern matching.")
      (license license:expat)
      (properties `((upstream-name . "rubenwardy/lib_chatcmdbuilder"))))))

(define-public luanti-oneblock
  (package
    (name "luanti-oneblock")