summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ec3d73da4f1c870de3975c7031e95c94ab1cd871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Pantelis Panayiotou <p.panayiotou@gmail.com>
pkgname=libreoffice-extension-orthos-greek-thesaurus
pkgver=0.4.0
pkgrel=1
pkgdesc='Greek thesaurus for Libreoffice by the Orthos project'
arch=('any')
url='https://sourceforge.net/projects/orthos-spell/'
license=('BSD')
depends=('libreoffice')
groups=('libreoffice-extensions')
conflicts=('mythes-el')
makedepends=('unzip')
source=('https://sourceforge.net/projects/orthos-spell/files/v.0.4.0./orthos-thesaurus-0.4.0-87.oxt')
sha256sums=('e0f3d4614ce527304a920a7a4a24b3ede033e288785d2b36113d0d3646bee521')

package() {
  install -dm755 ${pkgdir}/usr/lib/libreoffice/share/extensions
  unzip -q ${srcdir}/orthos-thesaurus-0.4.0-87.oxt -d ${pkgdir}/usr/lib/libreoffice/share/extensions/orthos-thesaurus
}