guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: Add emacs-vhdl-mode.


From: guix-commits
Subject: 07/07: gnu: Add emacs-vhdl-mode.
Date: Thu, 18 Jan 2024 22:46:31 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 0eadd486484fcf9a234758842f74ba28361640db
Author: Cayetano Santos <csantosb@inventati.org>
AuthorDate: Wed Jan 17 17:10:07 2024 +0100

    gnu: Add emacs-vhdl-mode.
    
    * gnu/packages/emacs-xyz.scm (emacs-vhdl-mode): New variable.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: I7e261fc25ae011c20f22e1078ae40bacff3a6947
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 86fd6ff23a..ad811ce363 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8001,6 +8001,27 @@ Also included are keybindings for spec files and Dired 
buffers, as well as
 snippets for yasnippet.")
       (license license:gpl3+))))
 
+(define-public emacs-vhdl-mode
+  (package
+    (name "emacs-vhdl-mode")
+    (version "3.39.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://iis-people.ee.ethz.ch/~zimmi/emacs/vhdl-mode-";
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "1yvh4gyig8hgf5pahajjgsgp4jpzwgmlprwzsfybqxrcfza6f3yq"))))
+    (build-system emacs-build-system)
+    (home-page "https://iis-people.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html";)
+    (synopsis "Major mode for VHDL programming language")
+    (description
+     "This Emacs package provides a mode for the VHDL programming language.
+It tracks the latest version of the same @code{vhdl-mode} package included
+with Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-mode-line-bell
   (package
     (name "emacs-mode-line-bell")



reply via email to

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