xfce4/hunspell-ca/Pkgfile
2020-09-30 02:17:16 +02:00

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
}