guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Add emacs-cnfonts.


From: Christopher Baines
Subject: 01/04: gnu: Add emacs-cnfonts.
Date: Sun, 1 Oct 2017 04:46:10 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 65fff6a32d57a6893837aa9d60c2023a065daf8b
Author: Feng Shu <address@hidden>
Date:   Sat Sep 23 11:16:56 2017 +0800

    gnu: Add emacs-cnfonts.
    
    * gnu/packages/emacs.scm (emacs-cnfonts): New variable.
    
    Signed-off-by: Christopher Baines <address@hidden>
---
 gnu/packages/emacs.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ac31891..2e732a9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4866,6 +4866,26 @@ the same - CDLaTeX focuses on speediness for inserting 
LaTeX
 constructs.")
     (license license:gpl3+)))
 
+(define-public emacs-cnfonts
+  (package
+    (name "emacs-cnfonts")
+    (version "0.9.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/tumashu/cnfonts/archive/v";
+                    version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1l6cgcvc6md1zq97ccczankpyi0k4vjx6apflny6kjq3p33lyhf4"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/tumashu/cnfonts";)
+    (synopsis "Emacs Chinese fonts setup tool")
+    (description "cnfonts is a Chinese fonts setup tool, allowing for easy
+configuration of Chinese fonts.")
+    (license license:gpl2+)))
+
 (define-public emacs-xelb
   (package
     (name "emacs-xelb")



reply via email to

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