blob: 0c2fd74afdcd42ffec46178b496b7eda5b0d9b8a (
plain)
1
2
3
4
5
6
7
8
9
10
|
source[0]="${pkgname}.aff::https://raw.githubusercontent.com/LibreOffice/dictionaries/master/ru_RU/ru_RU.aff"
source[1]="${pkgname}.dic::https://raw.githubusercontent.com/LibreOffice/dictionaries/master/ru_RU/ru_RU.dic"
source[2]="${pkgname}-README.txt::https://raw.githubusercontent.com/LibreOffice/dictionaries/master/ru_RU/README_ru_RU.txt"
eval "$(
declare -f package | \
sed '
/qtwebengine_dictionaries/,/done/d
'
)"
|