summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ad52d18f4dd6d785d6adafe00c65eebabec160cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: PKGBUILD 222148 2014-09-20 07:31:15Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>

pkgname='hyphen-en-us'
pkgver=2.8.8
pkgrel=3
arch=('any')
url="http://hunspell.sf.net"
license=('GPL2' 'LGPL2.1' 'MPL')
pkgdesc="English hyphenation rules (en_US only)"
source=(http://downloads.sourceforge.net/hunspell/hyphen-${pkgver}.tar.gz)
sha256sums=('304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705')

package() {
  cd hyphen-${pkgver}
  install -Dm644 hyph_en_US.dic ${pkgdir}/usr/share/hyphen/hyph_en_US.dic
  install -dm755 ${pkgdir}/usr/share/myspell/dicts
  cd ${pkgdir}/usr/share/myspell/dicts
  ln -sv /usr/share/hyphen/hyph_en_US.dic .
}