From 715e9051ed8df1f81c933e13cb1779ee0476e62b Mon Sep 17 00:00:00 2001 From: uruba Date: Wed, 30 Jan 2019 14:01:18 +0100 Subject: [PATCH] New package: hunspell-sv_SE-2.41 --- srcpkgs/hunspell-sv_SE/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/hunspell-sv_SE/template diff --git a/srcpkgs/hunspell-sv_SE/template b/srcpkgs/hunspell-sv_SE/template new file mode 100644 index 00000000000..f0dd9d25236 --- /dev/null +++ b/srcpkgs/hunspell-sv_SE/template @@ -0,0 +1,20 @@ +# Template file for 'hunspell-sv_SE' +pkgname=hunspell-sv_SE +version=2.41 +revision=1 +noarch=yes +create_wrksrc=yes +hostmakedepends="unzip" +short_desc="Swedish sv_SE dictionary for hunspell" +maintainer="Venca Uruba " +license="LGPL-3.0-or-later" +homepage="https://extensions.libreoffice.org/extensions/swedish-spelling-dictionary-den-stora-svenska-ordlistan/" +distfiles="https://extensions.libreoffice.org/extensions/swedish-spelling-dictionary-den-stora-svenska-ordlistan/$version/@@download/file/ooo_swedish_dict_$version.oxt>dict-da-$version.zip" +checksum=48c8d0d548232215384c47ba18ac03bbef3af4c11ffd5e1057272353ba60225f + +do_install() { + vinstall dictionaries/sv_SE.aff 644 usr/share/hunspell + vinstall dictionaries/sv_SE.dic 644 usr/share/hunspell + vinstall dictionaries/sv_FI.aff 644 usr/share/hunspell + vinstall dictionaries/sv_FI.dic 644 usr/share/hunspell +}