From 9162e7ef8ae0c3b746a13a80bd0a56ece8acbd1c Mon Sep 17 00:00:00 2001 From: Ivan Sokolov Date: Thu, 18 Apr 2019 05:24:42 +0300 Subject: [PATCH] New package: font-sil-ezra-2.51 --- srcpkgs/font-sil-ezra/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/font-sil-ezra/template diff --git a/srcpkgs/font-sil-ezra/template b/srcpkgs/font-sil-ezra/template new file mode 100644 index 00000000000..1573ff7d06e --- /dev/null +++ b/srcpkgs/font-sil-ezra/template @@ -0,0 +1,20 @@ +# Template file for 'font-sil-ezra' +pkgname=font-sil-ezra +version=2.51 +revision=1 +archs=noarch +wrksrc="EzraSIL${version}" +hostmakedepends="unzip" +depends="font-util" +short_desc="Font that supports the Hebrew and Latin-1 characters from Unicode 5.0" +maintainer="Ivan Sokolov " +license="OFL-1.1" +homepage="https://software.sil.org/ezra/" +distfiles="https://software.sil.org/downloads/r/ezra/EzraSIL-${version}.zip" +checksum=f16bcb3ec4473ac6a9f138ee0dbde7cc2f835e93a90cbe8649b3f32677760cc1 +font_dirs="/usr/share/fonts/SIL" + +do_install() { + vinstall SILEOT.ttf 644 ${font_dirs} + vinstall SILEOTSR.ttf 644 ${font_dirs} +}