17 lines
648 B
Bash
17 lines
648 B
Bash
# Template file for 'hunspell-pt_PT-preao'
|
|
pkgname=hunspell-pt_PT-preao
|
|
version=20220621
|
|
revision=1
|
|
short_desc="Pre-1990 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=ddfe261e867f0c5489ec06f2d83f390b28e9631d667e88a33670b6ce755b4cf5
|
|
|
|
do_install() {
|
|
vinstall pt_PT-preao.aff 644 usr/share/hunspell
|
|
vinstall pt_PT-preao.dic 644 usr/share/hunspell
|
|
vdoc README_pt_PT.txt
|
|
}
|