guix-commits
[Top][All Lists]
Advanced

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

45/65: gnu: Add rust-resize-0.3.


From: guix-commits
Subject: 45/65: gnu: Add rust-resize-0.3.
Date: Thu, 9 Jul 2020 10:02:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8c6d92164db1b8ed5c1e00c1456bbd3b060b6733
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 9 15:01:39 2020 +0300

    gnu: Add rust-resize-0.3.
    
    * gnu/packages/crates-io.scm (rust-resize-0.3): New variable.
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d881daa..b730fe6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19787,6 +19787,29 @@ uses finite automata and guarantees linear time 
matching on all inputs.")
     (description "File reopening utility.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-resize-0.3
+  (package
+    (name "rust-resize")
+    (version "0.3.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "resize" version))
+        (file-name
+         (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "1ai83laz5yvg4r7z9q8d1m0vq0fqj2ycyprw5fxzxyzaj3im7rmr"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-development-inputs
+       (("rust-png" ,rust-png-0.15))))
+    (home-page "https://github.com/PistonDevelopers/resize";)
+    (synopsis "Simple image resampling library in pure Rust")
+    (description
+     "This package provides a simple image resampling library in pure Rust.")
+    (license license:expat)))
+
 (define-public rust-resolv-conf-0.6
   (package
     (name "rust-resolv-conf")



reply via email to

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