19 lines
610 B
Bash
19 lines
610 B
Bash
# Template file for 'hunspell-en_AU'
|
|
pkgname=hunspell-en_AU
|
|
version=2020.12.07
|
|
revision=1
|
|
create_wrksrc=yes
|
|
hostmakedepends="unzip"
|
|
short_desc="Australian English en_AU dictionary for hunspell"
|
|
maintainer="Alexis <flexibeast@gmail.com>"
|
|
license="SCOWL" # not in SPDX
|
|
homepage="http://wordlist.aspell.net/dicts"
|
|
distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip"
|
|
checksum=dc20557c48ae1979784e79fae6f965e999c8db2e9a0f846348e70057fce78254
|
|
|
|
do_install() {
|
|
vinstall en_AU.aff 644 /usr/share/hunspell
|
|
vinstall en_AU.dic 644 /usr/share/hunspell
|
|
vlicense README_en_AU.txt SCOWL
|
|
}
|