summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 435933fe234ac814b891dcab6c3e04b10bf3f076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: helix <stargr[at]gmail[dot]com>
pkgname=wps-office-extension-english-uk-dictionary
pkgver=20140307
pkgrel=6
pkgdesc='English (UK) dictionary for WPS Office'
arch=('any')
url='https://github.com/wps-community/wps_community_website/tree/master/root/download/dicts'
license=('custom')
depends=('wps-office')
groups=('wps-office-extensions')
makedepends=('unzip')
source=(https://github.com/wps-community/wps_community_website/raw/master/root/download/dicts/en_GB.zip)
sha512sums=('6af867e1a53f80ae31ddb874f6825453becd4ab77689983e8819db017e9bf89939244c0e4aa8b146f97b4ab5c546f55eea544956297b7bd263236cabe43cced3')

package() {
  install -dm755 $pkgdir/usr/lib/office6/dicts/spellcheck
  unzip -q $srcdir/en_GB.zip -d $pkgdir/usr/lib/office6/dicts/spellcheck
}