guix-commits
[Top][All Lists]
Advanced

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

12/88: gnu: Add emacs-validate.


From: Oleg Pykhalov
Subject: 12/88: gnu: Add emacs-validate.
Date: Wed, 2 May 2018 13:21:05 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit dc58633761e72499ca2938ac462bc2e138ab5398
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 18:55:12 2018 +0300

    gnu: Add emacs-validate.
    
    * gnu/packages/emacs.scm (emacs-validate): New public variable.
---
 gnu/packages/emacs.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ed5d194..33bafe6 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8337,3 +8337,22 @@ arXiv, Google Scholar, Library of Congress, etc.
 using @kbd{M-up} or @kbd{M-down} if a region is marked, it will move the
 region instead.")
     (license license:gpl3+)))
+
+(define-public emacs-validate
+  (package
+    (name "emacs-validate")
+    (version "1.0.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/Malabarba/validate.el";
+                                  "/archive/" version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "125mbd111f1h1baw0z3fzm48y1bvaigljyzvvnqgrn0shxbj0khg"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/Malabarba/validate.el";)
+    (synopsis "Emacs library for scheme validation")
+    (description "This Emacs library provides two functions that perform
+schema validation.")
+    (license license:gpl3+)))



reply via email to

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