Browse Source

hunspell-en-us: update dictionary

emacs-27
Henrik Grimler 5 years ago
committed by Leonid Plyushch
parent
commit
57ef2bf14a
  1. 3
      packages/hunspell-en-us/build.sh

3
packages/hunspell-en-us/build.sh

@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://hunspell.github.io
TERMUX_PKG_DESCRIPTION="American english dictionary for hunspell" TERMUX_PKG_DESCRIPTION="American english dictionary for hunspell"
TERMUX_PKG_LICENSE="LGPL-3.0" TERMUX_PKG_LICENSE="LGPL-3.0"
TERMUX_PKG_VERSION=20181025 TERMUX_PKG_VERSION=20181025
TERMUX_PKG_REVISION=1
TERMUX_PKG_SKIP_SRC_EXTRACT=true TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true TERMUX_PKG_PLATFORM_INDEPENDENT=true
@ -16,6 +17,6 @@ termux_step_make_install() {
c7a8c4d08c29d237880844b1623099f59092602f189be38ce3912e457ff38bc1 c7a8c4d08c29d237880844b1623099f59092602f189be38ce3912e457ff38bc1
termux_download https://cgit.freedesktop.org/libreoffice/dictionaries/plain/en/en_US.dic \ termux_download https://cgit.freedesktop.org/libreoffice/dictionaries/plain/en/en_US.dic \
$TERMUX_PREFIX/share/hunspell/en_US.dic \ $TERMUX_PREFIX/share/hunspell/en_US.dic \
9eb52cdeab6c87a4988df7d2845caaa39cd9bdc93b45bc2e3c228f8070807767 e2aec1aff3e2b840c59e2a4f49f7eb9388b6078c681d960153fc72ce183086cc
touch $TERMUX_PREFIX/share/hunspell/en_US.{aff,dic} touch $TERMUX_PREFIX/share/hunspell/en_US.{aff,dic}
} }

Loading…
Cancel
Save