[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add emacs-multitran.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add emacs-multitran. |
Date: |
Sun, 09 May 2021 07:03:43 -0400 |
This is an automated email from the git hooks/post-receive script.
arunisaac pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2ba311f gnu: Add emacs-multitran.
2ba311f is described below
commit 2ba311f6c9acf5a2f27e2000424052d407350318
Author: Alexandr Vityazev <avityazev@posteo.org>
AuthorDate: Mon Apr 26 17:40:06 2021 +0000
gnu: Add emacs-multitran.
gnu/packages/emacs-xyz.scm (emacs-multitran): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6eb0b20..54e4db5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27919,3 +27919,23 @@ shorter than usual, using mostly unprefixed keys.")
(description "This packages provides a major mode for editing
@acronym{CWL, Common Workflow Language} files.")
(license license:gpl3+)))
+
+(define-public emacs-multitran
+ (package
+ (name "emacs-multitran")
+ (version "0.4.10")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/zevlg/multitran.el")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "08b9a0pb38swgvg2v97pm4g2zda0xagdgq42znwhkmhzjiskh2g1"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/zevlg/multitran.el")
+ (synopsis "Emacs interface to the multitran.com online dictionary")
+ (description "@code{emacs-multitran} is a zero-dependency Emacs interface
+to the https://multitran.com online dictionary.")
+ (license license:gpl3+)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add emacs-multitran.,
guix-commits <=