diff mbox series

bug#62968: [PATCH] Add skktools.

Message ID 87h6rueqec.fsf@gnu.org
State New
Headers show
Series bug#62968: [PATCH] Add skktools. | expand

Commit Message

Ludovic Courtès May 29, 2023, 10:14 p.m. UTC
Hi,

gemmaro <gemmaro.dev@gmail.com> skribis:

> Hello,
>
> This patch adds skktools, which are SKK dictionary maintenance tools.
>
> Some notes about this patch:
>
> * skktools has skkdic-* programs and a number of scripts.
> * Some scripts were excluded from the installation target because they
>   are not available on modern systems.
> * To install Emacs Lisp file, emacs-build-system is partially used
>   with reference to the guile-wisp package definition [1].
>
> I submitted this package to the Guix-jp channel ([2], thanks ROCKTAKEY
> for review!), and I thought it would be nice to have it on the
> official channel too.
>
> 1: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/guile-xyz.scm?id=f3424ada316a9962818b60ae22236efce8bd9fb7#n2107
> 2: https://gitlab.com/guix-jp/channel/-/merge_requests/8
>
> Regards,
> gemmaro.
>
> * gnu/packages/language.scm (skktools): New variable.

Sorry for the long delay.  Applied the changes below (license is ‘gpl2+’
because source file headers explicitly say “or any later version”).

Thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 004a2df289..27a6ebf329 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -1070,10 +1070,10 @@  (define-public skktools
     (home-page "https://github.com/skk-dev/skktools")
     (synopsis "SKK dictionary maintenance tools")
     (description
-     "The skktools are SKK dictionary maintenance tools.  Note that the
-scripts are located under the share directory, while there might be
-some missing interpreters and might not work.")
-    (license license:gpl2)))
+     "The skktools are SKK dictionary maintenance tools.  This includes
+commands such as @command{skkdic-count}, @command{skkdic-expr}, and
+@command{skkdic-sort}.")
+    (license license:gpl2+)))
 
 (define-public mecab
   (package