core/hunspell-en-gb/PKGBUILD

19 lines
514 B
Bash
Raw Normal View History

# 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
}