void-packages/srcpkgs/hunspell-ca_ES/template

19 lines
670 B
Bash

# Template file for 'hunspell-ca_ES'
pkgname=hunspell-ca_ES
version=3.0.6
revision=1
create_wrksrc=yes
hostmakedepends="unzip"
short_desc="Catalan dictionary for hunspell"
maintainer="Adrià Rubio <engolianth@protonmail.com>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.softcatala.org/projectes/corrector-ortografic/"
distfiles="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${version}/ca-hunspell.zip"
checksum=1652bd89c43a17f576470b467da2d4fbe128683d6054d1c6a31f9967ae067fcd
do_install() {
vinstall catalan.aff 644 /usr/share/hunspell ca_ES.aff
vinstall catalan.dic 644 /usr/share/hunspell ca_ES.dic
vdoc README.txt
}