diff --git a/srcpkgs/hunspell-pt_PT/template b/srcpkgs/hunspell-pt_PT/template new file mode 100644 index 0000000000..9631768585 --- /dev/null +++ b/srcpkgs/hunspell-pt_PT/template @@ -0,0 +1,16 @@ +# Template file for 'hunspell-pt_PT' +pkgname=hunspell-pt_PT +version=20201029 +revision=1 +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 pt_PT.aff 644 usr/share/hunspell + vinstall pt_PT.dic 644 usr/share/hunspell + vdoc README_pt_PT.txt +}