guix-commits
[Top][All Lists]
Advanced

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

10/18: gnu: Add rust-make-cmd-0.1.


From: guix-commits
Subject: 10/18: gnu: Add rust-make-cmd-0.1.
Date: Sun, 9 Feb 2020 05:14:41 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8e1337fd3d4b645d925a8c4c49d704271c8015d3
Author: Valentin Ignatev <address@hidden>
AuthorDate: Wed Jan 15 03:27:53 2020 +0300

    gnu: Add rust-make-cmd-0.1.
    
    * gnu/packages/crates-io.scm (rust-make-cmd-0.1): New variable.
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index eda55bb..db708c1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6249,6 +6249,26 @@ implementation of LZMA and xz stream encoding/decoding.")
      "This package provides a collection of great and ubiqutitous macros.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-make-cmd-0.1
+  (package
+    (name "rust-make-cmd")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "make-cmd" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1ly0lc5p1a0qdiqnh19ly3snb9q83sjbbb1njvh8a5xgx3xqmjm8"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/mneumann/make-cmd-rs";)
+    (synopsis "Enable build.rs scripts to invoke gnu_make")
+    (description "This package enables build.rs scripts to invoke gnu_make
+platform-independently.")
+    (license license:expat)))
+
 (define-public rust-maplit-1.0
   (package
     (name "rust-maplit")



reply via email to

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