19 lines
590 B
Bash
19 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
|
|
}
|