guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/12: gnu: Add zig-xkbcommon.


From: guix-commits
Subject: 06/12: gnu: Add zig-xkbcommon.
Date: Tue, 19 Nov 2024 20:51:58 -0500 (EST)

hako pushed a commit to branch wip-zig-bootstrap
in repository guix.

commit 18c3120ab94082b2e7acfb0cb6c3759ce771c7b1
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Nov 20 08:36:13 2024 +0800

    gnu: Add zig-xkbcommon.
    
    * gnu/packages/zig-xyz.scm (zig-xkbcommon): New variable.
    
    Change-Id: I1e63493f67e3aef1b52b8faa4aaf30a0a16b03ba
---
 gnu/packages/zig-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index 37f0f2aeb8..758f7bfe35 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -172,6 +172,26 @@ interface.")
     (home-page "https://codeberg.org/ifreund/zig-wlroots";)
     (license license:expat)))
 
+(define-public zig-xkbcommon
+  (package
+    (name "zig-xkbcommon")
+    (version "0.2.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://codeberg.org/ifreund/zig-xkbcommon";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "16f59n7l2gcpnq8gb4v8skr4jhb2l6ax75rna92nqzj15f4ikqag"))))
+    (build-system zig-build-system)
+    (arguments (list #:skip-build? #t))
+    (synopsis "Zig bindings for libxkbcommon")
+    (description "This package provides Zig bindings for @code{libxkbcommon}.")
+    (home-page "https://codeberg.org/ifreund/zig-xkbcommon";)
+    (license license:expat)))
+
 (define-public zig-zls
   (package
     (name "zig-zls")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]