23 lines
799 B
Bash
23 lines
799 B
Bash
# Template file for 'hunspell-en_GB-ize'
|
|
_vpkgname=hunspell-en_GB
|
|
_variant="ize"
|
|
pkgname=${_vpkgname}-${_variant}
|
|
version=2020.12.07
|
|
revision=1
|
|
create_wrksrc=yes
|
|
hostmakedepends="unzip"
|
|
short_desc="English dictionary for hunspell ${_variant} variant"
|
|
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=869b749ec9805b87cd05f43307f20998651331b5aa5b04506413af0c2df2f231
|
|
provides="${_vpkgname}-${version}_${revision}"
|
|
replaces="${_vpkgname}>=0"
|
|
|
|
do_install() {
|
|
vinstall en_GB-${_variant}.aff 644 /usr/share/hunspell en_GB.aff
|
|
vinstall en_GB-${_variant}.dic 644 /usr/share/hunspell en_GB.dic
|
|
vlicense README_en_GB-${_variant}.txt SCOWL
|
|
}
|