diff --git a/office/spellcheck/nuspell/actions.py b/office/spellcheck/nuspell/actions.py new file mode 100644 index 0000000000..cffbd1fbc1 --- /dev/null +++ b/office/spellcheck/nuspell/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import cmaketools + +def setup(): + cmaketools.configure("-B_build -L") + +def build(): + cmaketools.make("-C _build") + +def install(): + cmaketools.install("-C _build install") diff --git a/office/spellcheck/nuspell/pspec.xml b/office/spellcheck/nuspell/pspec.xml new file mode 100644 index 0000000000..ed989477bd --- /dev/null +++ b/office/spellcheck/nuspell/pspec.xml @@ -0,0 +1,67 @@ + + + + + nuspell + https://nuspell.github.io/ + + fury + uglyside@yandex.ru + + GPL-3 + LGPL-3 + library + office.spellcheck + Fast and safe spellchecking C++ library. + + Nuspell is designed for languages with rich morphology and complex word compounding. Nuspell is written in modern C++ and it supports Hunspell dictionaries. + + + https://github.com/nuspell/nuspell/archive/refs/tags/v5.1.2.tar.gz + + + cmake + catch2 + icu4c-devel + + + + + + + + nuspell + + icu4c + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc/nuspell/README.md + + + + + nuspell-devel + + nuspell + icu4c-devel + + + /usr/include/nuspell + /usr/lib/cmake/nuspell + /usr/lib/pkgconfig + + + + + + 2022-11-23 + 5.1.2 + First build. + fury + uglyside@yandex.ru + + +