From 04c3db9a2fd10d2914ec965245b24153ea112f15 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Wed, 27 Oct 2021 16:10:10 -0400 Subject: [PATCH] New package: hunspell-en_CA-2020.12.07 - Taken from the same source as the en_US one --- srcpkgs/hunspell-en_CA/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/hunspell-en_CA/template diff --git a/srcpkgs/hunspell-en_CA/template b/srcpkgs/hunspell-en_CA/template new file mode 100644 index 000000000000..65d7926b2603 --- /dev/null +++ b/srcpkgs/hunspell-en_CA/template @@ -0,0 +1,18 @@ +# Template file for 'hunspell-en_CA' +pkgname=hunspell-en_CA +version=2020.12.07 +revision=1 +create_wrksrc=yes +hostmakedepends="unzip" +short_desc="Canadian English en_CA dictionary for hunspell" +maintainer="0x5c " +license="custom:SCOWL" +homepage="http://wordlist.aspell.net/dicts" +distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip" +checksum=ff6b91e4ed768348c61ae7c326e848059810fa43a5d601df6b3f45ad9c0ef5bf + +do_install() { + vinstall en_CA.aff 644 /usr/share/hunspell + vinstall en_CA.dic 644 /usr/share/hunspell + vlicense README_en_CA.txt SCOWL +}