New package: hunspell-en_AU-2018.04.16_1

This commit is contained in:
Alexis 2019-08-12 21:53:36 +10:00 committed by Johannes
parent 1641a9eb67
commit f9b622ad8c

View file

@ -0,0 +1,19 @@
# Template file for 'hunspell-en_AU'
pkgname=hunspell-en_AU
version=2018.04.16
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=c599f7d420ddac12785bf13eccbf007d04c6a3784c949c6a2da0cd40af35e0ce
do_install() {
vinstall en_AU.aff 644 /usr/share/hunspell
vinstall en_AU.dic 644 /usr/share/hunspell
vlicense README_en_AU.txt SCOWL
}