all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexandr Vityazev <avityazev@posteo.org>
To: 48040@debbugs.gnu.org
Subject: [bug#48040] [PATCH] gnu: Add emacs-multitran.
Date: Mon, 26 Apr 2021 17:40:06 +0000	[thread overview]
Message-ID: <87zgxl3pxl.fsf@posteo.net> (raw)

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




             reply	other threads:[~2021-04-26 17:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26 17:40 Alexandr Vityazev [this message]
2021-05-09 11:04 ` bug#48040: [PATCH] gnu: Add emacs-multitran Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zgxl3pxl.fsf@posteo.net \
    --to=avityazev@posteo.org \
    --cc=48040@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.