New Package: Hunspell-en_US american encglish dictionary for hunspell

myspell

Regards

carlo D.
This commit is contained in:
onekk 2014-10-18 17:34:02 +02:00
parent 4545aca5e3
commit 4c10636459
1 changed files with 22 additions and 0 deletions

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: