guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: Add emacs-tl1-mode.


From: guix-commits
Subject: 04/15: gnu: Add emacs-tl1-mode.
Date: Thu, 23 Nov 2023 03:30:27 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit c04a9a7a7d3da5250168ddcac9210af6c0fe2b27
Author: Ian Eure <ian@retrospec.tv>
AuthorDate: Tue Nov 14 18:13:14 2023 -0800

    gnu: Add emacs-tl1-mode.
    
    * gnu/packages/emacs-xyz.scm (emacs-tl1-mode): New variable.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a1c6d2953e..867953ce59 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9839,6 +9839,30 @@ navigation to errors.")
        "This package provides a major mode for editing Fluke 9010a \"9LC\" 
files.")
       (license (list license:gpl3+)))))
 
+(define-public emacs-tl1-mode
+  (let ((commit "48d12893cc81d7f92dc7b603d3751d8512ed0eb0")
+        (revision "1"))
+    (package
+      (name "emacs-tl1-mode")
+      (version (git-version "1.3" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://codeberg.org/emacs-weirdware/tl1-mode.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1mf0wqbn9h0353hkhcykzrm2dk1jvyijqs4hsvgj3kwp1whws7br"))))
+      (build-system emacs-build-system)
+      (home-page "https://codeberg.org/emacs-weirdware/geoclue";)
+      (synopsis "Major mode for editing Fluke 9100 TL/1 source code")
+      (description
+       "This package provides a major mode for editing Fluke TL/1 source code.
+TL/1 is a language used to control Flukeā€™s 9100 series of testing and
+troubleshooting mainframes.")
+      (license (list license:gpl3+)))))
+
 (define-public emacs-scheme-complete
   ;; Upstream does not provide tags.  The commit below corresponds to the
   ;; exact version update.  Version is extracted from main file.



reply via email to

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