diff --git a/srcpkgs/hunspell-ro_RO/template b/srcpkgs/hunspell-ro_RO/template new file mode 100644 index 0000000000..83d1281d79 --- /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 +create_wrksrc=yes +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 ro_RO.aff 644 usr/share/hunspell + vinstall ro_RO.dic 644 usr/share/hunspell + vlicense README +}