From 3e5d7e1cdd7f71bb25c9bc707617328a1b3c19ed Mon Sep 17 00:00:00 2001 From: klorophatu Date: Wed, 2 Dec 2020 09:32:57 +0200 Subject: [PATCH 1/2] New package: hunspell-ro_RO-3.3.10 --- srcpkgs/hunspell-ro_RO/template | 17 +++++++++++++++++ 1 file changed, 17 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..24ddc2004da --- /dev/null +++ b/srcpkgs/hunspell-ro_RO/template @@ -0,0 +1,17 @@ +# Template file for 'hunspell-ro_RO' +pkgname=hunspell-ro_RO +version=3.3.10 +revision=1 +wrksrc=hunspell-ro.${version} +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 +} From 6200e3dd9784ceb9ada729f45499e3fd6a239f6b Mon Sep 17 00:00:00 2001 From: klorophatu Date: Wed, 2 Dec 2020 09:36:17 +0200 Subject: [PATCH 2/2] Add unzip --- srcpkgs/hunspell-ro_RO/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/hunspell-ro_RO/template b/srcpkgs/hunspell-ro_RO/template index 24ddc2004da..63c235ea352 100644 --- a/srcpkgs/hunspell-ro_RO/template +++ b/srcpkgs/hunspell-ro_RO/template @@ -3,6 +3,7 @@ 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"