New package: hunspell-nl_NL-2.20.19.

This commit is contained in:
Goran Vukoman 2023-02-05 22:48:39 +01:00 committed by classabbyamp
parent fbb0db6bbf
commit b5197702d2
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Template file for 'hunspell-nl_NL'
pkgname=hunspell-nl_NL
version=2.20.19
revision=1
short_desc="Dutch nl_NL dictionary for hunspell"
maintainer="Goran Vukoman <g@numerys.net>"
license="BSD-3-Clause, CC-BY-3.0"
homepage="https://www.opentaal.org/"
distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/${version}.tar.gz"
checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87
do_install() {
vinstall nl.aff 644 /usr/share/hunspell nl_NL.aff
vinstall nl.dic 644 /usr/share/hunspell nl_NL.dic
vlicense LICENSE.txt
}