From bfe5e3537313b9e34ca7e99fcaff1e514bc46c1b 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-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..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 +}