From 85a456f31754b1eaaee5a6865dcda85026776a06 Mon Sep 17 00:00:00 2001 From: klorophatu Date: Wed, 2 Dec 2020 09:36:38 +0200 Subject: [PATCH] New package: hunspell-ro_RO-3.3.10 --- srcpkgs/hunspell-de_DE/template | 2 +- srcpkgs/hunspell-ro_RO/template | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/hunspell-ro_RO/template diff --git a/srcpkgs/hunspell-de_DE/template b/srcpkgs/hunspell-de_DE/template index 2d2f03ce61d..6c95354e683 100644 --- a/srcpkgs/hunspell-de_DE/template +++ b/srcpkgs/hunspell-de_DE/template @@ -10,7 +10,7 @@ maintainer="Leah Neukirchen " license="GPL-3.0-only" homepage="https://extensions.libreoffice.org/extensions/german-de-de-frami-dictionaries" distfiles="https://extensions.libreoffice.org/assets/downloads/z/dict-de-de-frami-$_version.oxt>dict-de.zip" -checksum=af515015e306c634373b5382808a39691200de3439811d2f1502e9b91c23b46a +checksum=7f128d64ea06c9e6711c30b118c0afeefb014d8f33c92daccdf455aba2d04519 do_install() { vinstall ${wrksrc}/de_DE_frami/de_DE_frami.aff 644 usr/share/hunspell de_DE.aff diff --git a/srcpkgs/hunspell-ro_RO/template b/srcpkgs/hunspell-ro_RO/template new file mode 100644 index 00000000000..63c235ea352 --- /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 +wrksrc=hunspell-ro.${version} +hostmakedepends="unzip" +short_desc="Romanian ro_RO 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=c1dd09cdb216828703d564599858f32435c753ef51db97f4f654206a1b1a5a89 + +do_install() { + vinstall ${wrksrc}/ro_RO.aff 644 /usr/share/hunspell + vinstall ${wrksrc}/ro_RO.dic 644 /usr/share/hunspell + vlicense ${wrksrc}/README +}