guix-commits
[Top][All Lists]
Advanced

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

156/299: gnu: Add rust-encoding-index-korean-1.20141219.


From: guix-commits
Subject: 156/299: gnu: Add rust-encoding-index-korean-1.20141219.
Date: Thu, 2 Jan 2020 13:19:34 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 0826aa62d23dae62614470597b897dd8a306cb7e
Author: John Soo <address@hidden>
Date:   Sun Dec 15 07:43:16 2019 -0800

    gnu: Add rust-encoding-index-korean-1.20141219.
    
    * gnu/packages/crates-io.scm (rust-encoding-index-korean-1.20141219): New 
variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index da34285..4a9ac9d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1973,6 +1973,30 @@ floating-point primitives to an @code{io::Write}.")
 char, u8 and u16.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-encoding-index-korean-1.20141219
+  (package
+    (name "rust-encoding-index-korean")
+    (version "1.20141219.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "encoding-index-korean" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "10cxabp5ppygbq4y6y680856zl9zjvq7ahpiw8zj3fmwwsw3zhsd"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-encoding-index-tests" ,rust-encoding-index-tests-0.1))))
+    (home-page "https://github.com/lifthrasiir/rust-encoding";)
+    (synopsis "Index tables for Korean character encodings")
+    (description
+     "Index tables for Korean character encodings.")
+    (license license:cc0)))
+
 (define-public rust-encoding-index-tests-0.1
   (package
     (name "rust-encoding-index-tests")



reply via email to

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