summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 744215ae93dea1e9ab8a647f0b26e4aaf0d43a9e (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-french-dictionary
pkgver=20131121
pkgrel=4
pkgdesc='French 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/fr_FR.zip)
sha512sums=('be724ca4409ca1af89c3239e6ef1330a8b6877b42f9ca0bb1d02235677a9227b459a3d4207f8eaf2117b992e933f8e308c6437e3a69e780732843cb05b89feaa')

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