From c18c0bbf13f2fd37f0dad1a89715c2ec253da6ad Mon Sep 17 00:00:00 2001 From: Luis Henriques Date: Thu, 29 Oct 2020 21:34:38 +0000 Subject: [PATCH] New package: hunspell-pt_PT-preao-20201029 --- srcpkgs/hunspell-pt_PT-preao/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/hunspell-pt_PT-preao/template diff --git a/srcpkgs/hunspell-pt_PT-preao/template b/srcpkgs/hunspell-pt_PT-preao/template new file mode 100644 index 0000000000..db8f65fc02 --- /dev/null +++ b/srcpkgs/hunspell-pt_PT-preao/template @@ -0,0 +1,16 @@ +# Template file for 'hunspell-pt_PT-preao' +pkgname=hunspell-pt_PT-preao +version=20201029 +revision=1 +short_desc="Portuguese dictionary for hunspell (prior to 1990 Orthographic Agreement)" +maintainer="Luis Henriques " +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=9427f1b21b9a3e8126fce62d008e6215b0b631498232ae567859d363351fbac4 + +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 +}