21 lines
731 B
Bash
21 lines
731 B
Bash
# Template file for 'hunspell-da_DK'
|
|
pkgname=hunspell-da_DK
|
|
version=2.4
|
|
revision=1
|
|
noarch=yes
|
|
create_wrksrc=yes
|
|
hostmakedepends="unzip"
|
|
short_desc="Danish da_DK dictionary for hunspell"
|
|
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() {
|
|
vinstall da_DK.aff 644 usr/share/hunspell
|
|
vinstall da_DK.dic 644 usr/share/hunspell
|
|
vlicense README_da_DK.txt
|
|
}
|
|
|