17 lines
609 B
Bash
17 lines
609 B
Bash
# Template file for 'hunspell-ro_RO'
|
|
pkgname=hunspell-ro_RO
|
|
version=3.3.10
|
|
revision=1
|
|
create_wrksrc=yes
|
|
short_desc="Romanian dictionary for hunspell"
|
|
maintainer="Klorophatu <klorophatu@krutt.org>"
|
|
license="GPL-2.0-or-later, LGPL-2.1-or-later, MPL-1.1"
|
|
homepage="https://sourceforge.net/projects/rospell/"
|
|
distfiles="${SOURCEFORGE_SITE}/project/rospell/Romanian%20dictionaries/dict-${version}/ro_RO.${version}.zip"
|
|
checksum=7f128d64ea06c9e6711c30b118c0afeefb014d8f33c92daccdf455aba2d04519
|
|
|
|
do_install() {
|
|
vinstall ro_RO.aff 644 usr/share/hunspell
|
|
vinstall ro_RO.dic 644 usr/share/hunspell
|
|
vlicense README
|
|
}
|