17 lines
615 B
Bash
17 lines
615 B
Bash
# Template file for 'hunspell-pt_PT'
|
|
pkgname=hunspell-pt_PT
|
|
version=20220621
|
|
revision=1
|
|
short_desc="Portuguese dictionary for hunspell"
|
|
maintainer="Luis Henriques <henrix@camandro.org>"
|
|
license="GPL-2.0-only, LGPL-2.1-only, MPL-1.1"
|
|
homepage="https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main"
|
|
distfiles="https://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/${pkgname}-${version}.tar.gz"
|
|
checksum=a310abeeb52b706febae0392f44f9541bbfb1b75f3f290c615ade25fa1ccd351
|
|
|
|
do_install() {
|
|
vinstall pt_PT.aff 644 usr/share/hunspell
|
|
vinstall pt_PT.dic 644 usr/share/hunspell
|
|
vdoc README_pt_PT.txt
|
|
}
|