# Maintainer: 3ED # Contributor: jtts pkgname=libreoffice-extension-languagetool _pkgname=languagetool pkgver=4.0 pkgrel=1 pkgdesc="An Open Source style and grammar checker (more than 30 languages)" arch=('any') url="http://www.languagetool.org/" license=('LGPL') groups=('libreoffice-extensions') depends=('libreoffice' 'java-runtime>=8') source=("http://www.languagetool.org/download/LanguageTool-${pkgver}.oxt") noextract=("LanguageTool-${pkgver}.oxt") sha512sums=('31febada0ffbb1995b64d660bc6a9c9ee26db79294f2aa7d1295a06f4b8a75b1b824e6de899d9e8afa982c73f5721c0dde02058997831209327ec30c457ebb48') package() { _DESTDIR="${pkgdir}/usr/lib/libreoffice/share/extensions/${_pkgname}/" install -dm755 "${_DESTDIR}" bsdtar -xf LanguageTool-${pkgver}.oxt -C "${_DESTDIR}" chmod -R a=r,a+X,u+w "${_DESTDIR}" }