# Maintainer: Jaja # pkgname=languagetool-word2vec-de pkgver=20180211 pkgrel=1 pkgdesc="Finding errors using neural network rules, german text" arch=('any') url="https://forum.languagetool.org/t/neural-network-rules/2225" license=('CCPL') optdepends=('languagetool: system wide installation of LT' 'libreoffice-extension-languagetool: standalone LT for LibreOffice' 'openoffice-extension-languagetool: standalone LT for OpenOffice') makedepends=('unzip') install=${pkgname}.install source=(${pkgname}-${pkgver}.zip::"https://languagetool.org/download/word2vec/de.zip") noextract=(${pkgname}-${pkgver}.zip) md5sums=('46bf12792ae3a8095e9e215a47a8cf02') PKGEXT='.pkg.tar' LANG='C' options=(!strip) package() { install -d "${pkgdir}"/usr/share/word2vec unzip -q "${srcdir}"/${pkgname}-${pkgver}.zip -d "${pkgdir}"/usr/share/word2vec }