20 lines
803 B
Bash
20 lines
803 B
Bash
# Template file for 'hunspell-sv_SE'
|
|
pkgname=hunspell-sv_SE
|
|
version=2.41
|
|
revision=2
|
|
create_wrksrc=yes
|
|
hostmakedepends="unzip"
|
|
short_desc="Swedish sv_SE dictionary for hunspell"
|
|
maintainer="Venca Uruba <uruba@outlook.com>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://extensions.libreoffice.org/extensions/swedish-spelling-dictionary-den-stora-svenska-ordlistan/"
|
|
distfiles="https://extensions.libreoffice.org/assets/downloads/z/ooo-swedish-dict-${version/./-}.oxt>dict-sv-$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
|
|
}
|