mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
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:
parent
7e93c09f17
commit
2ba311f6c9
1 changed files with 20 additions and 0 deletions
|
@ -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+)))
|
||||
|
|
Loading…
Reference in a new issue