guix-commits
[Top][All Lists]
Advanced

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

78/272: gnu: Add rust-mustache-0.9.


From: guix-commits
Subject: 78/272: gnu: Add rust-mustache-0.9.
Date: Sat, 13 Feb 2021 05:54:13 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 3f7e15dd63aadb7474abe536f5a973d652e22885
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 10 00:05:09 2021 +0100

    gnu: Add rust-mustache-0.9.
    
    * gnu/packages/crates-io.scm (rust-mustache-0.9): New variable.
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 93fcb82..0cdf4a8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21457,6 +21457,28 @@ which defines a default trait implementation, and 
@code{trait_impl} which uses
 a default trait implementation you've defined.")
     (license license:lgpl2.1+)))
 
+(define-public rust-mustache-0.9
+  (package
+    (name "rust-mustache")
+    (version "0.9.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "mustache" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1dfakqld6zf995nnkgs9ybccgps4zcbfd4adaa2162njqpqnx5ai"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-log" ,rust-log-0.3)
+        ("rust-serde" ,rust-serde-1))))
+    (home-page "https://github.com/nickel-org/rust-mustache";)
+    (synopsis "Rust implementation of Mustache")
+    (description "This package provides a Rust implementation of Mustache.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-mysqlclient-sys-0.2
   (package
     (name "rust-mysqlclient-sys")



reply via email to

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