From 1bc97cb111c6971bcdd36ee8c414b3d4f979ee75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Rubio?= Date: Tue, 28 Jun 2022 08:51:18 +0200 Subject: [PATCH] New package: hunspell-ca_ES-3.0.6 --- srcpkgs/hunspell-ca_ES/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/hunspell-ca_ES/template diff --git a/srcpkgs/hunspell-ca_ES/template b/srcpkgs/hunspell-ca_ES/template new file mode 100644 index 000000000000..99f0d72281cb --- /dev/null +++ b/srcpkgs/hunspell-ca_ES/template @@ -0,0 +1,18 @@ +# 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="Orphaned " +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 +}