guix-commits
[Top][All Lists]
Advanced

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

15/26: gnu: Add rust-swayipc-command-builder-0.1.


From: guix-commits
Subject: 15/26: gnu: Add rust-swayipc-command-builder-0.1.
Date: Fri, 17 Sep 2021 06:26:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 12f7e53b2bba57dcb1926e8236b6d3bb6b067511
Author: phodina <phodina@protonmail.com>
AuthorDate: Fri Sep 3 22:48:58 2021 +0000

    gnu: Add rust-swayipc-command-builder-0.1.
    
    * gnu/packages/crates-io.scm (rust-swayipc-command-builder-0.1): New 
variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c78af08..d9eade5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47059,6 +47059,25 @@ values without proliferating generics.")
         ("rust-syn" ,rust-syn-1)
         ("rust-quote" ,rust-quote-1))))))
 
+(define-public rust-swayipc-command-builder-0.1
+  (package
+    (name "rust-swayipc-command-builder")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "swayipc-command-builder" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1w7sjl05c7rpgskk11i5969mv8pdbh0qrkp8djvy46hk9df9qig7"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/jaycefayne/swayipc-command-builder";)
+    (synopsis "Library for building commands that can be executed by swayipc")
+    (description
+     "This package provides a library for building commands that can be
+executed by swayipc.")
+    (license license:expat)))
+
 (define-public rust-swc-1
   (package
     (name "rust-swc")



reply via email to

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