20 lines
623 B
Bash
20 lines
623 B
Bash
# Template file for 'hunspell-en_AU'
|
|
pkgname=hunspell-en_AU
|
|
version=2019.10.06
|
|
revision=1
|
|
archs=noarch
|
|
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=32dbd174c143acdd670f08c1757c7402a197e1e7d5fa634b61e68bb1a26cdcbc
|
|
|
|
do_install() {
|
|
vinstall en_AU.aff 644 /usr/share/hunspell
|
|
vinstall en_AU.dic 644 /usr/share/hunspell
|
|
vlicense README_en_AU.txt SCOWL
|
|
}
|