void-packages/srcpkgs/hunspell-pt_BR/template

20 lines
645 B
Bash
Raw Normal View History

2018-09-15 06:28:08 +02:00
# Template file for 'hunspell-pt_BR'
pkgname=hunspell-pt_BR
version=3.2
2018-09-15 11:32:50 +02:00
revision=2
2018-09-15 06:28:08 +02:00
noarch=yes
2018-09-15 11:32:50 +02:00
build_style=fetch
hostmakedepends="archiver"
2018-09-15 06:28:08 +02:00
short_desc="Brazillian Portuguese dictionary for hunspell"
maintainer="cr6git <quark6@protonmail.com>"
license="LGPL-3.0-or-later, MPL-1.1"
homepage="https://pt-br.libreoffice.org/projetos/vero"
2018-09-15 11:32:50 +02:00
distfiles="https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/VeroptBRV320AOC.oxt"
2018-09-15 06:28:08 +02:00
checksum=78bac9ed27bf1b23666e240bc3809b9520004f14885423580a029771032bff54
do_install() {
2018-09-15 11:32:50 +02:00
archiver open VeroptBRV320AOC.oxt
2018-09-15 06:28:08 +02:00
vinstall pt_BR.aff 644 usr/share/hunspell
vinstall pt_BR.dic 644 usr/share/hunspell
}