vp-build/srcpkgs/hunspell-da_DK/template

19 lines
686 B
Bash

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