From 6fdaaacb219b1595d46c31e7ff70aea73577de7d Mon Sep 17 00:00:00 2001 From: unixsheikh Date: Mon, 16 Apr 2018 06:20:23 +0200 Subject: [PATCH] New package: hunspell-da_DK-2.3_1 Closes #13521. Signed-off-by: Enno Boland --- srcpkgs/hunspell-da_DK/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/hunspell-da_DK/template diff --git a/srcpkgs/hunspell-da_DK/template b/srcpkgs/hunspell-da_DK/template new file mode 100644 index 00000000000..5939d8c8569 --- /dev/null +++ b/srcpkgs/hunspell-da_DK/template @@ -0,0 +1,20 @@ +# Template file for 'hunspell-da_DK' +pkgname=hunspell-da_DK +version=2.3 +revision=1 +maintainer="Unix Sheikh " +homepage="http://www.stavekontrolden.dk/" +license="GPL-2 LGPL-2.1 MPL-1.1" +noarch=yes +hostmakedepends="unzip" +short_desc="Danish da_DK dictionary for hunspell" +distfiles="https://github.com/unixsheikh/void-hunspell-da-dk/archive/master.tar.gz" +checksum=9396f7ba4447b6e210a0e40b22089357ade94f1eeb264d44be5651dbf6023c86 +create_wrksrc=yes + +do_install() { + vinstall void-hunspell-da-dk-master/da_DK.aff 644 /usr/share/hunspell + vinstall void-hunspell-da-dk-master/da_DK.dic 644 /usr/share/hunspell + vlicense void-hunspell-da-dk-master/README +} +