From d2a1401c40bf36990985aaca2e7ea8ca74bb3c15 Mon Sep 17 00:00:00 2001 From: Nicholas Christopoulos Date: Mon, 30 Dec 2019 19:12:52 +0200 Subject: [PATCH] Create template --- srcpkgs/hunspell-el_GR/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/hunspell-el_GR/template diff --git a/srcpkgs/hunspell-el_GR/template b/srcpkgs/hunspell-el_GR/template new file mode 100644 index 00000000000..f2b1f5e7883 --- /dev/null +++ b/srcpkgs/hunspell-el_GR/template @@ -0,0 +1,17 @@ +# Template file for 'hunspell-el_GR' +pkgname=hunspell-el_GR +version=0.4.0 +revision=1 +archs=noarch +create_wrksrc=yes +short_desc="Greek el_GR dictionary for hunspell" +maintainer="Nicholas Christopoulos " +license="GPL-2.0-only" +homepage="https://sourceforge.net/projects/orthos-spell/" +distfiles="${SOURCEFORGE_SITE}/orthos-spell/v.${version}./orthos-${version}.tar.gz" +checksum=63d355ddb7b6c6f7a5221b33d7d7646c49bfa08f61e3e6fb31416a315bdfc217 + +do_install() { + vinstall v.${version}/dicts/el_GR/el_GR.aff 644 /usr/share/hunspell + vinstall v.${version}/dicts/el_GR/el_GR.dic 644 /usr/share/hunspell +}