Merge pull request #595 from onekk/master

New Package: Hunspell-en_US american english dictionary for hunspell
This commit is contained in:
Juan RP 2014-10-18 18:21:11 +02:00
commit 15fbcb2b4b

View file

@ -0,0 +1,22 @@
# Template file for 'hunspell-en_US'
pkgname=hunspell-en_US
version=2014.08.11
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="bb9430ca396713a73612117c22530d8793bad181e63b840e2090571643ae6476"
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: