From 9f51fcc6d52561918721421807bcaea9a0f695ef Mon Sep 17 00:00:00 2001 From: cr6git Date: Sun, 15 Jul 2018 11:56:36 +0200 Subject: [PATCH] New package: hunspell-eo-20100216 (#910) --- srcpkgs/hunspell-eo/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/hunspell-eo/template diff --git a/srcpkgs/hunspell-eo/template b/srcpkgs/hunspell-eo/template new file mode 100644 index 00000000000..4ba1b7717e6 --- /dev/null +++ b/srcpkgs/hunspell-eo/template @@ -0,0 +1,17 @@ +# Template file for 'hunspell-eo' +pkgname=hunspell-eo +version=20100216 +revision=1 +wrksrc="literumilo-fontoj" +depends="hunspell" +short_desc="Esperanto hunspell vocabulary" +maintainer="Mike Wortin " +license="GPL-2.0-or-later" +homepage="http://www.esperantilo.org/" +distfiles="http://www.esperantilo.org/literumilo-fontoj.tar.gz" +checksum=a02697a885da3655c55c15eb155148b79d25ca57c5ac7578cb1ca9ac8f141b89 + +do_install() { + vinstall eo_cxorig.dic 644 usr/share/hunspell + vinstall eo_cxorig.aff 644 usr/share/hunspell +}