mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
hunspell-pt_BR: drop unzip
This commit is contained in:
parent
e8850d8dd5
commit
776cc51157
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'hunspell-pt_BR'
|
# Template file for 'hunspell-pt_BR'
|
||||||
pkgname=hunspell-pt_BR
|
pkgname=hunspell-pt_BR
|
||||||
version=3.2
|
version=3.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
create_wrksrc=yes
|
build_style=fetch
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="archiver"
|
||||||
short_desc="Brazillian Portuguese dictionary for hunspell"
|
short_desc="Brazillian Portuguese dictionary for hunspell"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="LGPL-3.0-or-later, MPL-1.1"
|
license="LGPL-3.0-or-later, MPL-1.1"
|
||||||
homepage="https://pt-br.libreoffice.org/projetos/vero"
|
homepage="https://pt-br.libreoffice.org/projetos/vero"
|
||||||
distfiles="https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/VeroptBRV320AOC.oxt>VeroptBRV320AOC.zip"
|
distfiles="https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/VeroptBRV320AOC.oxt"
|
||||||
checksum=78bac9ed27bf1b23666e240bc3809b9520004f14885423580a029771032bff54
|
checksum=78bac9ed27bf1b23666e240bc3809b9520004f14885423580a029771032bff54
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
archiver open VeroptBRV320AOC.oxt
|
||||||
vinstall pt_BR.aff 644 usr/share/hunspell
|
vinstall pt_BR.aff 644 usr/share/hunspell
|
||||||
vinstall pt_BR.dic 644 usr/share/hunspell
|
vinstall pt_BR.dic 644 usr/share/hunspell
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue