guix_mirror_bot pushed a commit to branch master
in repository guix.
commit dd27bce9d0786a7f5a909d0b19be82ed5744bb47
Author: Carlos Durán Domínguez <[email protected]>
AuthorDate: Thu Feb 12 13:44:19 2026 +0100
gnu: Add go-codeberg-org-anaseto-gothic.
* gnu/packages/games.scm (go-codeberg-org-anaseto-gothic): New variable.
Change-Id: I2a2fe8ba9b41cc00f53f773e0785e54aec9d1b54
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/games.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index cc2a412781..8a2aa8ffef 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -766,6 +766,30 @@ Playing bastet can be a painful experience, especially if
you usually make
canyons and wait for the long I-shaped block to clear four rows at a time.")
(license license:gpl3+)))
+(define-public go-codeberg-org-anaseto-gothic
+ (package
+ (name "go-codeberg-org-anaseto-gothic")
+ (version "0.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://codeberg.org/anaseto/gothic")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "194vjskwkz6h51spk2661khmk5nrzrrwc6iwb8n0viqa8rr8z8cd"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "codeberg.org/anaseto/gothic"))
+ (propagated-inputs (list tcl tk))
+ (home-page "https://codeberg.org/anaseto/gothic")
+ (synopsis "Tcl/Tk Go bindings")
+ (description
+ "This package provides Tcl/Tk Go bindings, the API is a bit Tk-oriented.")
+ (license license:expat)))
+
(define-public tetrinet
(package
(name "tetrinet")