25 lines
797 B
Bash
25 lines
797 B
Bash
# Template file for 'hunspell-en_GB-ize'
|
|
_vpkgname=hunspell-en_GB
|
|
_variant="ize"
|
|
pkgname=${_vpkgname}-${_variant}
|
|
version=2018.04.16
|
|
revision=1
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
homepage="http://wordlist.aspell.net/dicts"
|
|
license="SCOWL"
|
|
noarch=yes
|
|
hostmakedepends="unzip"
|
|
short_desc="English dictionary for hunspell ${_variant} variant"
|
|
create_wrksrc=yes
|
|
provides="${_vpkgname}-${version}_${revision}"
|
|
replaces="${_vpkgname}>=0"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip"
|
|
checksum=fa0a52131ec3a3b73cc2b41687c245026b129ef90a1527390380b4dab5f1bce6
|
|
|
|
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
|
|
}
|