hunspell-pt_BR: fix build

This commit is contained in:
q66 2019-12-18 23:01:39 +01:00
parent 6d5e566a63
commit 3242311911

View file

@ -4,7 +4,7 @@ version=3.2
revision=2
archs=noarch
build_style=fetch
hostmakedepends="archiver"
hostmakedepends="unzip"
short_desc="Brazillian Portuguese dictionary for hunspell"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later, MPL-1.1"
@ -13,7 +13,7 @@ distfiles="https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/Ver
checksum=78bac9ed27bf1b23666e240bc3809b9520004f14885423580a029771032bff54
do_install() {
archiver open VeroptBRV320AOC.oxt
unzip VeroptBRV320AOC.oxt
vinstall pt_BR.aff 644 usr/share/hunspell
vinstall pt_BR.dic 644 usr/share/hunspell
}