gnu: Add emacs-multitran.

gnu/packages/emacs-xyz.scm (emacs-multitran): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Alexandr Vityazev 2021-04-26 17:40:06 +00:00 committed by Arun Isaac
parent 7e93c09f17
commit 2ba311f6c9
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -27919,3 +27919,23 @@ (define-public emacs-cwl-mode
(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+)))