20 lines
797 B
Bash
20 lines
797 B
Bash
# Template file for 'hunspell-ru_RU'
|
|
pkgname=hunspell-ru_RU
|
|
version=0.4.3
|
|
revision=1
|
|
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/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group/${version/./-}/@@download/file/dict_ru_ru-aot-${version}.oxt>dict-ru.zip"
|
|
checksum=ee9b0575e9f8caf1d0a948fb644aed864de47aaf3bc24d2b77f288fec7f8d4c4
|
|
create_wrksrc=yes
|
|
noarch=yes
|
|
|
|
do_install() {
|
|
vinstall russian-aot.aff 644 usr/share/hunspell ru_RU.aff
|
|
vinstall russian-aot.dic 644 usr/share/hunspell ru_RU.dic
|
|
vlicense copyright.txt
|
|
}
|