void-packages/srcpkgs/hunspell-en_CA/template
0x5c 1e508f92f9 New package: hunspell-en_CA-2020.12.07
- Taken from the same source as the en_US one
2021-10-29 18:24:14 +02:00

18 lines
590 B
Bash

# 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
}