summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b24fb4152adfed9f1031bf7894deca842575af07 (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-russian-dictionary
pkgver=20131121
pkgrel=4
pkgdesc='Russian 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/ru_RU.zip)
sha512sums=('04139068de23f29835b5ed604e5459ae3356e657d2193d4625ce4a121c99a0c792b34c1df071039a710141cbe38c3a6c1ed9a0f4e17c4dbd72fa003be6167bee')

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