diff --git a/srcpkgs/aspell-es/template b/srcpkgs/aspell-es/template new file mode 100644 index 0000000..4d72708 --- /dev/null +++ b/srcpkgs/aspell-es/template @@ -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 " +license="GPL-2.0-or-later" +homepage="http://aspell.net/" +distfiles="${GNU_SITE}/aspell/dict/es/aspell6-es-${version}-${revision}.tar.bz2" +checksum=ad367fa1e7069c72eb7ae37e4d39c30a44d32a6aa73cedccbd0d06a69018afcc diff --git a/srcpkgs/aspell-es/update b/srcpkgs/aspell-es/update new file mode 100644 index 0000000..2468995 --- /dev/null +++ b/srcpkgs/aspell-es/update @@ -0,0 +1 @@ +pattern="aspell-es-\K[\d.-]+(?=\.tar\.bz2)" diff --git a/srcpkgs/hunspell-es_MX/template b/srcpkgs/hunspell-es_MX/template new file mode 100644 index 0000000..4323c6c --- /dev/null +++ b/srcpkgs/hunspell-es_MX/template @@ -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 " +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 +} diff --git a/srcpkgs/hunspell-es_US/template b/srcpkgs/hunspell-es_US/template new file mode 100644 index 0000000..e439f9d --- /dev/null +++ b/srcpkgs/hunspell-es_US/template @@ -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 " +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 +}