vp-build/srcpkgs/hunspell-hr_HR/template

20 lines
662 B
Bash

# Template file for 'hunspell-hr_HR'
pkgname=hunspell-hr_HR
version=20030928
revision=2
noarch=yes
create_wrksrc=yes
hostmakedepends="unzip"
short_desc="Croatian (Croatia) dictionary for hunspell"
maintainer="Gour <gour@atmarama.net>"
license="GPL-3.0-or-later"
homepage="https://extensions.openoffice.org/en/project/croatian-dictionary-and-hyphenation-patterns"
distfiles="${SOURCEFORGE_SITE}/aoo-extensions/1052/2/dict-hr.oxt>dict.hr.zip"
checksum=387ada69978c2bab4914755b8f120d0fd742c7d5708a88159d6eb2868bb943dc
do_install() {
vinstall ${wrksrc}/hr_HR.aff 644 usr/share/hunspell hr_HR.aff
vinstall ${wrksrc}/hr_HR.dic 644 usr/share/hunspell hr_HR.dic
}