[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/45: gnu: Add rust-remove-dir-all-0.5.
From: |
guix-commits |
Subject: |
28/45: gnu: Add rust-remove-dir-all-0.5. |
Date: |
Wed, 23 Oct 2019 03:49:15 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 4b359565de1022577c8c04ebf1517a6cacfe56ec
Author: Efraim Flashner <address@hidden>
Date: Wed Oct 23 10:01:45 2019 +0300
gnu: Add rust-remove-dir-all-0.5.
* gnu/packages/rust-cbindgen.scm (rust-remove-dir-all-0.5): New hidden
variable.
---
gnu/packages/rust-cbindgen.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/rust-cbindgen.scm b/gnu/packages/rust-cbindgen.scm
index fcb57ca..8a507a0 100644
--- a/gnu/packages/rust-cbindgen.scm
+++ b/gnu/packages/rust-cbindgen.scm
@@ -586,3 +586,25 @@ system calls.")
"This package provides a Rust library to access Redox termios functions.")
(properties '((hidden? . #t)))
(license license:expat)))
+
+(define rust-remove-dir-all-0.5
+ (package
+ (name "rust-remove-dir-all")
+ (version "0.5.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "remove-dir-all" version))
+ (file-name (string-append name "-" version ".crate"))
+ (sha256
+ (base32
+ "0bkrlyg26mgizpiy1yb2hhpgscxcag8r5fnckqsvk25608vzm0sa"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/XAMPPRocky/remove_dir_all.git")
+ (synopsis "Implementation of remove_dir_all for Windows")
+ (description
+ "This package provides a safe, reliable implementation of remove_dir_all
+for Windows.")
+ (properties '((hidden? . #t)))
+ (license (list license:asl2.0
+ license:expat))))
- 16/45: gnu: Add rust-rand-chacha-0.1., (continued)
- 16/45: gnu: Add rust-rand-chacha-0.1., guix-commits, 2019/10/23
- 23/45: gnu: Add rust-rand-pcg-0.1., guix-commits, 2019/10/23
- 15/45: gnu: Add rust-rand-0.6., guix-commits, 2019/10/23
- 19/45: gnu: Add rust-rand-hc-0.1., guix-commits, 2019/10/23
- 18/45: gnu: Add rust-rand-core-0.3., guix-commits, 2019/10/23
- 13/45: gnu: Add rust-proc-macro2-1.0., guix-commits, 2019/10/23
- 12/45: gnu: Add rust-numtoa-0.1., guix-commits, 2019/10/23
- 21/45: gnu: Add rust-rand-jitter-0.1., guix-commits, 2019/10/23
- 32/45: gnu: Add rust-serde-json-1.0., guix-commits, 2019/10/23
- 25/45: gnu: Add rust-rdrand-0.4., guix-commits, 2019/10/23
- 28/45: gnu: Add rust-remove-dir-all-0.5.,
guix-commits <=
- 36/45: gnu: Add rust-termion-1.5., guix-commits, 2019/10/23
- 35/45: gnu: Add rust-tempfile-3.0., guix-commits, 2019/10/23
- 37/45: gnu: Add rust-textwrap-0.11., guix-commits, 2019/10/23
- 33/45: gnu: Add rust-strsim-0.8., guix-commits, 2019/10/23
- 34/45: gnu: Add rust-syn-1.0., guix-commits, 2019/10/23
- 39/45: gnu: Add rust-unicode-width-0.1., guix-commits, 2019/10/23
- 40/45: gnu: Add rust-unicode-xid-0.2., guix-commits, 2019/10/23
- 43/45: gnu: Add rust-winapi-x86-64-pc-windows-gnu-0.4., guix-commits, 2019/10/23
- 45/45: gnu: Add rust-cbindgen., guix-commits, 2019/10/23
- 27/45: gnu: Add rust-redox-termios-0.1., guix-commits, 2019/10/23