some spanish dictionaries

This commit is contained in:
Lilian Jónsdóttir 2023-11-07 17:38:15 -08:00
parent ebe2a9b914
commit 726b3a85b2
4 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# Template file for 'aspell-es'
pkgname=aspell-es
version=1.11
revision=2
build_style=configure
hostmakedepends="aspell-devel which"
makedepends="aspell-devel"
depends="aspell"
short_desc="Spanish dictionary for aspell"
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
license="GPL-2.0-or-later"
homepage="http://aspell.net/"
distfiles="${GNU_SITE}/aspell/dict/es/aspell6-es-${version}-${revision}.tar.bz2"
checksum=ad367fa1e7069c72eb7ae37e4d39c30a44d32a6aa73cedccbd0d06a69018afcc

1
srcpkgs/aspell-es/update Normal file
View file

@ -0,0 +1 @@
pattern="aspell-es-\K[\d.-]+(?=\.tar\.bz2)"

View file

@ -0,0 +1,18 @@
# Template file for 'hunspell-es_MX'
pkgname=hunspell-es_MX
version=2.8
revision=1
create_wrksrc=yes
hostmakedepends="unzip"
short_desc="Spanish (México) dictionary for hunspell"
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
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_MX.oxt>dict-es.zip"
checksum=2d93e44e02179c308d10bbc0a1d8a1040352db3d7ffb48eadd09c1d985069703
do_install() {
vinstall es_MX.aff 644 /usr/share/hunspell
vinstall es_MX.dic 644 /usr/share/hunspell
vdoc README.txt
}

View file

@ -0,0 +1,18 @@
# Template file for 'hunspell-es_US'
pkgname=hunspell-es_US
version=2.8
revision=1
create_wrksrc=yes
hostmakedepends="unzip"
short_desc="Spanish (Estados Unidos) dictionary for hunspell"
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
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_US.oxt>dict-es.zip"
checksum=c93133ad495e75dd23103a4088fbdb5dfc4b10f8cb73033ceb5180eb36c4391a
do_install() {
vinstall es_US.aff 644 /usr/share/hunspell
vinstall es_US.dic 644 /usr/share/hunspell
vdoc README.txt
}