19 lines
608 B
Bash
19 lines
608 B
Bash
# Template file for 'hunspell-es_ES'
|
|
pkgname=hunspell-es_ES
|
|
version=2.6
|
|
revision=1
|
|
create_wrksrc=yes
|
|
hostmakedepends="unzip"
|
|
short_desc="Spanish dictionary for hunspell"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later, LGPL-3.0-or-later, MPL-1.1"
|
|
homepage="https://github.com/sbosio/rla-es"
|
|
distfiles="https://github.com/sbosio/rla-es/releases/download/v${version}/es_ES.oxt>dict-es.zip"
|
|
checksum=b6d372b3e0fc51315e28c8bf46e9121ef935fb4a5456902f662ba92ec247837e
|
|
|
|
do_install() {
|
|
vinstall es_ES.aff 644 /usr/share/hunspell
|
|
vinstall es_ES.dic 644 /usr/share/hunspell
|
|
vdoc README.txt
|
|
}
|