diff --git a/srcpkgs/font-sil-tai-heritage-pro/template b/srcpkgs/font-sil-tai-heritage-pro/template new file mode 100644 index 00000000000..0d7283cd4ea --- /dev/null +++ b/srcpkgs/font-sil-tai-heritage-pro/template @@ -0,0 +1,20 @@ +# Template file for 'font-sil-tai-heritage-pro' +pkgname=font-sil-tai-heritage-pro +version=2.600 +revision=1 +archs=noarch +wrksrc="TaiHeritagePro-${version}" +hostmakedepends="unzip" +depends="font-util" +short_desc="Typeface that reflects the traditional style of the Tai Viet script" +maintainer="Ivan Sokolov " +license="OFL-1.1" +homepage="https://software.sil.org/taiheritage/" +distfiles="https://software.sil.org/downloads/r/taiheritage/TaiHeritagePro-${version}.zip" +checksum=1b9c38008d7704ce6dc0e3be6b9e767f5c114252d4f417d474f2a22989af746d +font_dirs="/usr/share/fonts/SIL" + +do_install() { + vinstall TaiHeritagePro-Bold.ttf 644 ${font_dirs} + vinstall TaiHeritagePro-Regular.ttf 644 ${font_dirs} +}