mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-03 02:52:20 +01:00
20 lines
404 B
Plaintext
20 lines
404 B
Plaintext
# Description: Catalan Hunspell dictionary
|
|
# URL: https://softcatala.org
|
|
# Maintainer: jolupa, jlpavon at me dot com
|
|
# Depends on: hunspell
|
|
|
|
name=hunspell-ca
|
|
version=3.0.6
|
|
release=1
|
|
source=(https://github.com/Softcatala/catalan-dict-tools/archive/v$version.tar.gz)
|
|
|
|
build() {
|
|
cd catalan-dict-tools-$version
|
|
|
|
./build-hunspell.sh
|
|
|
|
cd resultats
|
|
mkdir -p $PKG/usr/share/
|
|
cp -r hunspell $PKG/usr/share
|
|
}
|