From b8d248d7c4fd6064fa1bc202c9bdbf22f3e63f08 Mon Sep 17 00:00:00 2001 From: klorophatu Date: Tue, 1 Dec 2020 17:01:48 +0200 Subject: [PATCH] Squash commits --- 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..d942764f6ce --- /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="https://sourceforge.net/projects/rospell/files/Romanian%20dictionaries/dict-${version}/hunspell-ro.${version}.tar.gz" +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 +}