all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27859] [PATCH] gnu: Add emacs-rpm-spec-mode.
@ 2017-07-28  8:37 Oleg Pykhalov
  2017-07-28 11:43 ` Arun Isaac
       [not found] ` <9fc41018.ADkAACbGIQ0AAAAAAAAAAAPNhpIAAAACwQwAAAAAAAW9WABZeyNz@mailjet.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Oleg Pykhalov @ 2017-07-28  8:37 UTC (permalink / raw)
  To: 27859

* gnu/packages/emacs.scm (emacs-rpm-spec-mode): New variable.
---
 gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5f5b6fc2e..f551f4c31 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5256,3 +5256,29 @@ src block.")
      "@code{emacs-emamux} lets Emacs interact with the @code{tmux} terminal
 multiplexer.")
     (license license:gpl3+)))
+
+(define-public emacs-rpm-spec-mode
+  (let ((commit "bbce63f042ea07aa8c2fe67e02357c8521624293")
+        (revision "1"))
+    (package
+      (name "emacs-rpm-spec-mode")
+      (version (string-append "0.0.1-" revision "."
+                              (string-take commit 7)))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url (string-append
+                            "https://src.fedoraproject.org/git/rpms"
+                            "/emacs-rpm-spec-mode.git"))
+                      (commit commit)))
+                (file-name (string-append name "-" version "-checkout"))
+                (sha256
+                 (base32
+                  "0cznnm5jmi38xr8ycnmkcyp60a9nvq9rlhy2w3lij4070n6xzcb4"))))
+      (build-system emacs-build-system)
+      (home-page (string-append "http://pkgs.fedoraproject.org/cgit/rpms"
+                                "/emacs-rpm-spec-mode.git"))
+      (synopsis "Emacs major mode for editing RPM spec files")
+      (description "@code{emacs-rpm-spec-mode} provides Emacs major mode for
+editing RPM spec files.")
+      (license license:gpl2+))))
-- 
2.13.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-29 11:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-28  8:37 [bug#27859] [PATCH] gnu: Add emacs-rpm-spec-mode Oleg Pykhalov
2017-07-28 11:43 ` Arun Isaac
     [not found] ` <9fc41018.ADkAACbGIQ0AAAAAAAAAAAPNhpIAAAACwQwAAAAAAAW9WABZeyNz@mailjet.com>
2017-07-28 14:56   ` Oleg Pykhalov
2017-07-29 11:17     ` bug#27859: " Arun Isaac

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.