void-packages/srcpkgs/hunspell-da_DK/template

21 lines
731 B
Bash
Raw Normal View History

# Template file for 'hunspell-da_DK'
pkgname=hunspell-da_DK
2018-04-18 20:32:45 +02:00
version=2.4
revision=1
noarch=yes
2018-04-18 20:32:45 +02:00
create_wrksrc=yes
hostmakedepends="unzip"
short_desc="Danish da_DK dictionary for hunspell"
2018-04-18 20:32:45 +02:00
maintainer="Unix Sheikh <unixsheikh@protonmail.com>"
license="GPL-2, LGPL-2.1, MPL-1.1"
homepage="https://extensions.libreoffice.org/extensions/stavekontrolden-danish-dictionary/"
distfiles="https://extensions.libreoffice.org/extensions/stavekontrolden-danish-dictionary/$version/@@download/file/dict-da-$version.oxt>dict-da-$version.zip"
checksum=c08a7c53dcbae49f5ebb3274e673ec983f623f52c9f8d6f471887de7e4a62476
do_install() {
2018-04-18 20:32:45 +02:00
vinstall da_DK.aff 644 usr/share/hunspell
vinstall da_DK.dic 644 usr/share/hunspell
vlicense README_da_DK.txt
}