18 lines
685 B
Bash
18 lines
685 B
Bash
# Template file for 'hunspell-ru_RU'
|
|
pkgname=hunspell-ru_RU
|
|
version=0.4.3
|
|
revision=2
|
|
create_wrksrc=yes
|
|
hostmakedepends="unzip"
|
|
short_desc="Russian dictionary for hunspell"
|
|
maintainer="Alexander Mamay <alexander@mamay.su>"
|
|
license="LGPL-2.1-only"
|
|
homepage="https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group"
|
|
distfiles="https://extensions.libreoffice.org/assets/downloads/z/dict-ru-ru-aot-${version//./-}.oxt>dict-ru.zip"
|
|
checksum=ee9b0575e9f8caf1d0a948fb644aed864de47aaf3bc24d2b77f288fec7f8d4c4
|
|
|
|
do_install() {
|
|
vinstall russian-aot.aff 644 usr/share/hunspell ru_RU.aff
|
|
vinstall russian-aot.dic 644 usr/share/hunspell ru_RU.dic
|
|
}
|