New package: hunspell-en_CA-2020.12.07

- Taken from the same source as the en_US one
This commit is contained in:
0x5c 2021-10-27 16:10:10 -04:00 committed by Michal Vasilek
parent d77bab3993
commit 1e508f92f9

View file

@ -0,0 +1,18 @@
# Template file for 'hunspell-en_CA'
pkgname=hunspell-en_CA
version=2020.12.07
revision=1
create_wrksrc=yes
hostmakedepends="unzip"
short_desc="Canadian English en_CA dictionary for hunspell"
maintainer="0x5c <dev@0x5c.io>"
license="custom:SCOWL"
homepage="http://wordlist.aspell.net/dicts"
distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip"
checksum=ff6b91e4ed768348c61ae7c326e848059810fa43a5d601df6b3f45ad9c0ef5bf
do_install() {
vinstall en_CA.aff 644 /usr/share/hunspell
vinstall en_CA.dic 644 /usr/share/hunspell
vlicense README_en_CA.txt SCOWL
}