From f9b622ad8ce46be626a87010489fa2838940d1f2 Mon Sep 17 00:00:00 2001 From: Alexis Date: Mon, 12 Aug 2019 21:53:36 +1000 Subject: [PATCH] New package: hunspell-en_AU-2018.04.16_1 --- srcpkgs/hunspell-en_AU/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/hunspell-en_AU/template diff --git a/srcpkgs/hunspell-en_AU/template b/srcpkgs/hunspell-en_AU/template new file mode 100644 index 00000000000..6a748d6ccd5 --- /dev/null +++ b/srcpkgs/hunspell-en_AU/template @@ -0,0 +1,19 @@ +# Template file for 'hunspell-en_AU' +pkgname=hunspell-en_AU +version=2018.04.16 +revision=1 +archs=noarch +create_wrksrc=yes +hostmakedepends="unzip" +short_desc="Australian English en_AU dictionary for hunspell" +maintainer="Alexis " +license="SCOWL" # not in SPDX +homepage="http://wordlist.aspell.net/dicts" +distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip" +checksum=c599f7d420ddac12785bf13eccbf007d04c6a3784c949c6a2da0cd40af35e0ce + +do_install() { + vinstall en_AU.aff 644 /usr/share/hunspell + vinstall en_AU.dic 644 /usr/share/hunspell + vlicense README_en_AU.txt SCOWL +}