From ed7145917156a12b841af1b72aea052c254fbbcc Mon Sep 17 00:00:00 2001 From: Luis Henriques Date: Thu, 29 Oct 2020 21:34:13 +0000 Subject: [PATCH 1/2] New package: hunspell-pt_PT-20201029 --- srcpkgs/hunspell-pt_PT/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/hunspell-pt_PT/template diff --git a/srcpkgs/hunspell-pt_PT/template b/srcpkgs/hunspell-pt_PT/template new file mode 100644 index 00000000000..598de4519bc --- /dev/null +++ b/srcpkgs/hunspell-pt_PT/template @@ -0,0 +1,18 @@ +# Template file for 'hunspell-pt_PT' +pkgname=hunspell-pt_PT +version=20201029 +revision=1 +wrksrc=${pkgname}-${version} +depends="hunspell" +short_desc="Portuguese dictionary for hunspell" +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=711b2a2c755546cb341e5cf8ed70157fc4adaacc74b84e132c85b174d791c8db + +do_install() { + vinstall ${wrksrc}/pt_PT.aff 644 usr/share/hunspell + vinstall ${wrksrc}/pt_PT.dic 644 usr/share/hunspell + vdoc ${wrksrc}/README_pt_PT.txt +} From 2d9d7977a5bd841ceb7f05130eedc8f6905699cd Mon Sep 17 00:00:00 2001 From: Luis Henriques Date: Thu, 29 Oct 2020 21:34:38 +0000 Subject: [PATCH 2/2] New package: hunspell-pt_PT-preao-20201029 --- srcpkgs/hunspell-pt_PT-preao/template | 18 ++++++++++++++++++ 1 file changed, 18 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 00000000000..c568e86bc35 --- /dev/null +++ b/srcpkgs/hunspell-pt_PT-preao/template @@ -0,0 +1,18 @@ +# Template file for 'hunspell-pt_PT-preao' +pkgname=hunspell-pt_PT-preao +version=20201029 +revision=1 +wrksrc=${pkgname}-${version} +depends="hunspell" +short_desc="Portuguese dictionary for hunspell (prior 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 ${wrksrc}/pt_PT-preao.aff 644 usr/share/hunspell + vinstall ${wrksrc}/pt_PT-preao.dic 644 usr/share/hunspell + vdoc ${wrksrc}/README_pt_PT.txt +}