# Maintainer: Behnam Momeni pkgname=enchant-hspell _pkgname=enchant pkgver=2.2.14 pkgrel=1 pkgdesc="An enchant provider plugin which adds support for Hspell backend" url="https://github.com/AbiWord/enchant" arch=('x86_64') license=('LGPL') depends=("enchant-pure" "hspell") options=('!libtool') source=("https://github.com/AbiWord/enchant/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz") sha512sums=('9cf2f275e5826f75d3e866627837b7cf1f8031ed3944b925e67090c9ad34c35634cd978ed3cd7dc2de8710fa5e956703b1b174c50ac3a1d64b20d32f9e3c7db5') build() { cd "${srcdir}/${_pkgname}-${pkgver}" ./configure --prefix=/usr --enable-static=no --with-hspell=yes --with-aspell=no --with-hunspell=no --with-voikko=no --with-zemberek=no --with-applespell=no sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } package() { cd "${srcdir}/${_pkgname}-${pkgver}" install -D -s -m 755 providers/.libs/enchant_hspell.so "${pkgdir}/usr/lib/enchant-2/libenchant_hspell.so" }