From 37ccb8bc14395977643be674a1222d2f33c74606 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Tue, 12 Nov 2019 16:41:56 +0200 Subject: [PATCH] New package: hunspell-el_GR-0.4.0 --- srcpkgs/hunspell-el_GR/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..03fdf79e9b1 --- /dev/null +++ b/srcpkgs/hunspell-el_GR/template @@ -0,0 +1,24 @@ +# Template file for 'hunspell-el_GR' +pkgname=hunspell-el_GR +version=0.4.0 +revision=1 +_version="${version}-87" +archs=noarch +build_style=fetch +hostmakedepends="unzip" +short_desc="Greek (Greece) dictionary for hunspell" +maintainer="Protesilaos Stavrou " +license="GPL-3" +homepage="https://sourceforge.net/projects/orthos-spell" +distfiles="${homepage}/files/latest/download" +checksum=541328be3043d861361fd8d79874ac8d4cd042b657bbd9ba94a5dafab9cbae2d + +post_extract() { + unzip download +} + +do_install() { + vinstall dicts/el_GR.aff 644 usr/share/hunspell el_GR.add + vinstall dicts/el_GR.dic 644 usr/share/hunspell el_GR.dic + vdoc package-description.txt README.txt +}