New package: hunspell-ca_ES-3.0.6

This commit is contained in:
Adrià Rubio 2022-06-28 08:51:18 +02:00 committed by classabbyamp
parent b83069429a
commit 76c6c6a778

View file

@ -0,0 +1,18 @@
# Template file for 'hunspell-ca_ES'
pkgname=hunspell-ca_ES
version=3.0.6
revision=1
create_wrksrc=yes
hostmakedepends="unzip"
short_desc="Catalan dictionary for hunspell"
maintainer="Adrià Rubio <engolianth@protonmail.com>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.softcatala.org/projectes/corrector-ortografic/"
distfiles="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${version}/ca-hunspell.zip"
checksum=1652bd89c43a17f576470b467da2d4fbe128683d6054d1c6a31f9967ae067fcd
do_install() {
vinstall catalan.aff 644 /usr/share/hunspell ca_ES.aff
vinstall catalan.dic 644 /usr/share/hunspell ca_ES.dic
vdoc README.txt
}