mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: Add luanti-chatcmdbuilder.
* gnu/packages/luanti.scm (luanti-chatcmdbuilder): New variable. Change-Id: If30dc64220463ff5ae1bf5b861422dfe53ab8f66
This commit is contained in:
parent
b36f3b2810
commit
6371407bde
1 changed files with 25 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue