summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d6a6388bee6c2e1cd6da6b6dbaeaef60ca3f8556 (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-turkish-dictionary
pkgver=20131224
pkgrel=4
pkgdesc='Turkish 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/tr_TR.zip)
sha512sums=('58f37a9dbc836497092f8adca0ad0f7771eeb2749e59f264544397bb9a77d10998df4f786bfd648b1d7922a3c4ce8b4b112574170b0fba90b3751d6891928142')

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