GNU bug report logs - #48040
[PATCH] gnu: Add emacs-multitran.

Previous Next

Package: guix-patches;

Reported by: Alexandr Vityazev <avityazev <at> posteo.org>

Date: Mon, 26 Apr 2021 17:41:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alexandr Vityazev <avityazev <at> posteo.org>
To: 48040 <at> debbugs.gnu.org
Subject: [bug#48040] [PATCH] gnu: Add emacs-multitran.
Date: Mon, 26 Apr 2021 17:40:06 +0000
gnu/packages/emacs-xyz.scm (emacs-multitran): New variable.
---
 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 591d6a1d2d..69c8063c42 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27828,3 +27828,24 @@ files, providing syntax highlighting and indentation rules.")
 quasi-prefix map, with many useful bindings.  These bindings are
 shorter than usual, using mostly unprefixed keys.")
     (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 "Interface to multitran")
+   (description
+    "Multitran (multitran.el) is a zero-dependancy interface to
+http://multitran.com online dictionary.")
+   (license license:gpl3+)))
-- 
2.31.1



-- 

Alexandr Vityazev




This bug report was last modified 4 years and 70 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.