21 lines
666 B
Bash
21 lines
666 B
Bash
# Template file for 'hunspell-en_US'
|
|
pkgname=hunspell-en_US
|
|
version=2019.10.06
|
|
revision=1
|
|
archs=noarch
|
|
create_wrksrc=yes
|
|
hostmakedepends="unzip"
|
|
short_desc="American English en_US dictionary for hunspell"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="SCOWL" # not in SPDX
|
|
homepage="http://wordlist.aspell.net/dicts"
|
|
distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip"
|
|
checksum=e0f9c8bbc20da9998ea9daaa8b221f4b1bbaba4211e116318a838354cc856ba5
|
|
|
|
do_install() {
|
|
sed -i 's/SET UTF8/SET UTF-8/g' en_US.aff
|
|
vinstall en_US.aff 644 /usr/share/hunspell
|
|
vinstall en_US.dic 644 /usr/share/hunspell
|
|
vlicense README_en_US.txt SCOWL
|
|
}
|