19 lines
638 B
Bash
19 lines
638 B
Bash
# Template file for 'hunspell-sl_SI'
|
|
pkgname=hunspell-sl_SI
|
|
version=2023.01.03
|
|
revision=1
|
|
create_wrksrc=yes
|
|
hostmakedepends="unzip"
|
|
short_desc="Slovenian dictionary for hunspell"
|
|
maintainer="Chloris <chloris@freedommail.ch>"
|
|
license="MPL-2.0"
|
|
homepage="https://extensions.libreoffice.org/en/extensions/show/slovenian-dictionary-pack"
|
|
distfiles="https://extensions.libreoffice.org/assets/downloads/752/1672786274/pack-sl.oxt>pack-sl.zip"
|
|
checksum=97bce7008a4b0d84cbec2bf41a0594dab91ff64292635e3e52b6f8fa6a28733d
|
|
|
|
do_install() {
|
|
vinstall sl_SI.aff 644 usr/share/hunspell
|
|
vinstall sl_SI.dic 644 usr/share/hunspell
|
|
vdoc README_sl_SI.txt
|
|
}
|