core/hunspell-en-gb/PKGBUILD
Drake Justice ef9fb546a8 initial hunspell languages commit
de en-gb en-us es fr hu it kk sk th tr
2010-06-25 03:44:17 +00:00

19 lines
514 B
Bash

# Contributor: George Giorgidze <giorgidze (at) gmail (dot) com>
pkgname=hunspell-en-gb
pkgver=1.20
pkgrel=1
pkgdesc="English (United Kingdom) dictionary for Hunspell"
arch=('any')
url="http://en-gb.pyxidium.co.uk/"
license=('LGPL')
depends=('hunspell')
source=(http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip)
md5sums=('218909136738f4564b81ecd145ade6ee')
build() {
cd $srcdir
install -D -m644 en_GB.dic $pkgdir/usr/share/myspell/en_GB.dic
install -D -m644 en_GB.aff $pkgdir/usr/share/myspell/en_GB.aff
}