From b42d3bfae958cf35acdf0c033166975113bbefcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Rubio=20Coll?= Date: Tue, 28 Jun 2022 00:12:46 +0200 Subject: [PATCH] New package: hunspell-ca --- srcpkgs/hunspell-ca/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/hunspell-ca/template diff --git a/srcpkgs/hunspell-ca/template b/srcpkgs/hunspell-ca/template new file mode 100644 index 000000000000..8be4cd7cf7ba --- /dev/null +++ b/srcpkgs/hunspell-ca/template @@ -0,0 +1,18 @@ +# Template file for 'hunspell-ca' +pkgname=hunspell-ca +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.aff + vinstall catalan.dic 644 /usr/share/hunspell ca.dic + vdoc README.txt +}