[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/78: gnu: Add tagainijisho.
From: |
guix-commits |
Subject: |
22/78: gnu: Add tagainijisho. |
Date: |
Fri, 23 Feb 2024 03:12:01 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit f7e2c28344d528b669b179feaf10b368ccf1b55d
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Wed Feb 7 15:19:30 2024 +0100
gnu: Add tagainijisho.
* gnu/packages/education.scm (tagainijisho): New variable.
Change-Id: I85834c9e91a743540ef751e0c2bb3138b4c3b762
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/education.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index c3009537e9..698f15678b 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -1163,3 +1163,37 @@ mentored learning for programming languages.")
(description "Mazo is a learning application that helps you memorize
simple concepts using multimedia flash cards and spaced reviews.")
(license license:public-domain)))
+
+(define-public tagainijisho
+ (package
+ (name "tagainijisho")
+ (version "1.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/Gnurou/tagainijisho/releases/download/"
+ version
+ "/tagainijisho-" version ".tar.gz"))
+ (sha256
+ (base32
+ "00whfcnpn42asxmafcfbcmpwfwyv40qaqdk28psa1vp0lainmyhh"))))
+ (build-system qt-build-system)
+ (arguments
+ (list #:tests? #f)) ;no test target
+ (native-inputs
+ (list qttools-5))
+ (synopsis "Japanese dictionary and learning assistant")
+ (description
+ "Tagaini Jisho is a Japanese dictionary and kanji lookup tool. It aims
+at becoming your Japanese study assistant. It allows you to quickly search
+for entries and mark those that you wish to study, along with tags and
+personal notes. It also let you train entries you are studying and follows
+your progression in remembering them. Finally, it makes it easy to review
+entries you did not remember by listing them on screen or printing them on
+a small booklet.
+
+Tagaini Jisho also features complete stroke order animations for more than
+6000 kanji.")
+ (home-page "https://www.tagaini.net")
+ (license license:gpl3+)))
- 59/78: gnu: emacs-osm: Update to 1.3., (continued)
- 59/78: gnu: emacs-osm: Update to 1.3., guix-commits, 2024/02/23
- 70/78: gnu: emacs-yeetube: Update to 2.1.2., guix-commits, 2024/02/23
- 54/78: gnu: emacs-mastodon: Update to 1.0.14., guix-commits, 2024/02/23
- 55/78: gnu: emacs-meow: Update to 1.4.5., guix-commits, 2024/02/23
- 34/78: gnu: emacs-taxy-magit-section: Update to 0.13., guix-commits, 2024/02/23
- 43/78: gnu: emacs-eldev: Update to 1.8.2., guix-commits, 2024/02/23
- 61/78: gnu: emacs-parent-mode: Run tests., guix-commits, 2024/02/23
- 47/78: gnu: emacs-flycheck: Update to 34.1., guix-commits, 2024/02/23
- 68/78: gnu: emacs-vertico: Update to 1.7., guix-commits, 2024/02/23
- 53/78: gnu: emacs-magit-todos: Update to 1.7.1., guix-commits, 2024/02/23
- 22/78: gnu: Add tagainijisho.,
guix-commits <=
- 23/78: gnu: Add libsixel., guix-commits, 2024/02/23
- 41/78: gnu: emacs-ebib: Update to 2.40.4., guix-commits, 2024/02/23
- 39/78: gnu: emacs-doom-modeline: Update to 4.1.0., guix-commits, 2024/02/23
- 44/78: gnu: emacs-elpher: Update to 3.5.1., guix-commits, 2024/02/23
- 52/78: gnu: emacs-log4e: Update to 0.4.1., guix-commits, 2024/02/23
- 56/78: gnu: emacs-nodejs-repl: Update to 0.2.5., guix-commits, 2024/02/23
- 46/78: gnu: emacs-evil-matchit: Update to 3.0.4., guix-commits, 2024/02/23
- 58/78: gnu: emacs-org: Update to 9.6.19., guix-commits, 2024/02/23
- 72/78: gnu: emacs-ox-tufte: Run tests., guix-commits, 2024/02/23
- 67/78: gnu: emacs-treebundel: Update to 0.3.0., guix-commits, 2024/02/23