From b049e930145d48b4f8ec90f067120ce0fe04a5da Mon Sep 17 00:00:00 2001 From: klorophatu Date: Wed, 2 Dec 2020 09:50:16 +0200 Subject: [PATCH] New package: hunspell-ro_RO-3.3.10 --- srcpkgs/hunspell-ro_RO/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/hunspell-ro_RO/template diff --git a/srcpkgs/hunspell-ro_RO/template b/srcpkgs/hunspell-ro_RO/template new file mode 100644 index 00000000000..36a4a074a72 --- /dev/null +++ b/srcpkgs/hunspell-ro_RO/template @@ -0,0 +1,18 @@ +# Template file for 'hunspell-ro_RO' +pkgname=hunspell-ro_RO +version=3.3.10 +revision=1 +create_wrksrc=yes +hostmakedepends="unzip" +short_desc="Romanian dictionary for hunspell" +maintainer="Klorophatu " +license="GPL-2.0-or-later, LGPL-2.1-or-later, MPL-1.1" +homepage="https://sourceforge.net/projects/rospell/" +distfiles="${SOURCEFORGE_SITE}/project/rospell/Romanian%20dictionaries/dict-${version}/ro_RO.${version}.zip" +checksum=7f128d64ea06c9e6711c30b118c0afeefb014d8f33c92daccdf455aba2d04519 + +do_install() { + vinstall ${wrksrc}/ro_RO.aff 644 /usr/share/hunspell + vinstall ${wrksrc}/ro_RO.dic 644 /usr/share/hunspell + vlicense ${wrksrc}/README +}