diff --git a/srcpkgs/hunspell-es_ES/template b/srcpkgs/hunspell-es_ES/template new file mode 100644 index 0000000000..0b934df3b7 --- /dev/null +++ b/srcpkgs/hunspell-es_ES/template @@ -0,0 +1,21 @@ +# Template file for 'hunspell-es_ES' +pkgname=hunspell-es_ES +version=0.7 +revision=1 +maintainer="Carlo Dormeletti " +homepage="https://forja.rediris.es/projects/rla-es/" +license="GPL-3" +hostmakedepends="unzip" +short_desc="Spanish dictionary for hunspell" +distfiles="http://forja.rediris.es/frs/download.php/2945/es_ES.oxt>dict-es.zip" +checksum="af31d8b59031508fa286756d8e0ea5a5e92e2192012d4b81ba200a2215ef240e" +create_wrksrc=yes +noarch=yes + +do_install() { + vinstall es_ES.aff 644 /usr/share/hunspell + vinstall es_ES.dic 644 /usr/share/hunspell + vdoc README.txt +} + +# vim: set ts=4 sw=4 sts=4