void-packages/srcpkgs/hunspell-da_DK/template

21 lines
677 B
Bash

# Template file for 'hunspell-da_DK'
pkgname=hunspell-da_DK
version=2.3
revision=1
maintainer="Unix Sheikh <unixsheikh@protonmail.com>"
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
}