19 lines
670 B
Bash
19 lines
670 B
Bash
# Template file for 'hunspell-ca_ES'
|
|
pkgname=hunspell-ca_ES
|
|
version=3.0.7
|
|
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=ba4dcd0cb8770c9e9611af37f3dbdeaca348e4b5d142379498c35bfba242b8ed
|
|
|
|
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
|
|
}
|