void-packages/srcpkgs/hunspell-en_US/template
2015-01-21 07:57:04 +00:00

22 lines
681 B
Text

# Template file for 'hunspell-en_US'
pkgname=hunspell-en_US
version=2014.11.17
revision=1
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
homepage="http://wordlist.aspell.net/dicts"
license="SCOWL"
noarch=yes
hostmakedepends="unzip"
short_desc="American English en_US dictionary for hunspell"
distfiles="http://sourceforge.net/projects/wordlist/files/speller/${version}/${pkgname}-${version}.zip"
checksum=4ce88a1af457ce0e256110277a150e5da798213f611929438db059c1c81e20f2
create_wrksrc=yes
do_install(){
vinstall en_US.aff 644 /usr/share/hunspell
vinstall en_US.dic 644 /usr/share/hunspell
vlicense README_en_US.txt SCOWL
}
# vim: set ts=4 sw=4 sts=4 et: