New package: hunspell-en_CA-2020.12.07
- Taken from the same source as the en_US one
This commit is contained in:
parent
d77bab3993
commit
1e508f92f9
1 changed files with 18 additions and 0 deletions
18
srcpkgs/hunspell-en_CA/template
Normal file
18
srcpkgs/hunspell-en_CA/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue