mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
31 lines
692 B
Bash
31 lines
692 B
Bash
SUMMARY="Komi dictionary for hunspell/myspell"
|
|
DESCRIPTION="Komi dictionary for hunspell/myspell."
|
|
HOMEPAGE="http://fu-lab.ru/"
|
|
COPYRIGHT="Ӧньӧ Лав (Enye lav)
|
|
Андрей Чемышев (Chemyshev Andrey)
|
|
Марина Федина, (Fedina Marina)"
|
|
LICENSE="GNU LGPL v3"
|
|
REVISION="1"
|
|
SOURCE_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fu-lab/komi_spell.zip"
|
|
CHECKSUM_SHA256="5575301ad6e83d446a24877e461a3324fbe6f691debdaa64c3624ba0bdfe9d10"
|
|
SOURCE_DIR="komi_spell"
|
|
ARCHITECTURES="any"
|
|
|
|
PROVIDES="
|
|
myspell_kv = $portVersion
|
|
"
|
|
REQUIRES="
|
|
"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
spellDir=$dataDir/hunspell
|
|
mkdir -p $spellDir
|
|
cp komi* $spellDir
|
|
}
|