guix-commits
[Top][All Lists]
Advanced

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

77/88: gnu: Add emacs-irfc.


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

wigust pushed a commit to branch master
in repository guix.

commit dbbd6e89b54fb501df6d35471074d80b55f20a03
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 19:13:14 2018 +0300

    gnu: Add emacs-irfc.
    
    * gnu/packages/emacs.scm (emacs-irfc): 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 402468e..59a8b3f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9972,3 +9972,22 @@ bookmarks and history.")
       (synopsis "Emacs minor-mode for Stumpwm")
       (description "Emacs minor-mode for Stumpwm")
       (license license:gpl3+))))
+
+(define-public emacs-irfc
+  (package
+    (name "emacs-irfc")
+    (version "20130824.507")
+    (source
+     (origin
+       (method url-fetch)
+       (uri "https://www.emacswiki.org/emacs/download/irfc.el";)
+       (file-name (string-append "irfc-" version ".el"))
+       (sha256
+        (base32
+         "197ybqwbj8qjh2p9pkf5mvqnrkpcgmv8c5s2gvl6msyrabk0mnca"))))
+    (build-system emacs-build-system)
+    (home-page "https://www.emacswiki.org/emacs/download/irfc.el";)
+    (synopsis "Interface for IETF RFC document")
+    (description
+     "This package provides an Emacs interface for IETF RFC document.")
+    (license license:gpl3+)))



reply via email to

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