guix-commits
[Top][All Lists]
Advanced

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

04/18: gnu: Add rust-android-glue-0.2.


From: guix-commits
Subject: 04/18: gnu: Add rust-android-glue-0.2.
Date: Sun, 9 Feb 2020 05:14:39 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 57f6e23c4caa538c0e7f5300ea937c1fe9072fa9
Author: Valentin Ignatev <address@hidden>
AuthorDate: Wed Jan 15 03:16:01 2020 +0300

    gnu: Add rust-android-glue-0.2.
    
    * gnu/packages/crates-io.scm (rust-android-glue-0.2): New variable.
---
 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 63384de..8606d08 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -186,6 +186,25 @@ Rust, using gimli.")
         ("rust-serde" ,rust-serde-1.0)
         ("rust-serde-derive" ,rust-serde-derive-1.0))))))
 
+(define-public rust-android-glue-0.2
+  (package
+    (name "rust-android-glue")
+    (version "0.2.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "android-glue" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "01y495x4i9vqkwmklwn2xk7sqg666az2axjcpkr4iwngdwi48100"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/tomaka/android-rs-glue";)
+    (synopsis "Glue for the Android JNI")
+    (description "This package provides the glue for the Android JNI.")
+    (license license:expat)))
+
 (define-public rust-ansi-term-0.12
   (package
     (name "rust-ansi-term")



reply via email to

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