From 2c5c3fac925f50a2bf4d1405060356ffb862504e Mon Sep 17 00:00:00 2001 From: Ivan Sokolov Date: Thu, 18 Apr 2019 05:40:47 +0300 Subject: [PATCH] New package: font-sil-namdhinggo-1.004 --- srcpkgs/font-sil-namdhinggo/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/font-sil-namdhinggo/template diff --git a/srcpkgs/font-sil-namdhinggo/template b/srcpkgs/font-sil-namdhinggo/template new file mode 100644 index 00000000000..9de1acbc5a7 --- /dev/null +++ b/srcpkgs/font-sil-namdhinggo/template @@ -0,0 +1,19 @@ +# Template file for 'font-sil-namdhinggo' +pkgname=font-sil-namdhinggo +version=1.004 +revision=1 +archs=noarch +wrksrc="NamdhinggoSIL" +hostmakedepends="unzip" +depends="font-util" +short_desc="Namdhinggo SIL is a Unicode font for the Limbu writing system of Nepal" +maintainer="Ivan Sokolov " +license="OFL-1.1" +homepage="https://software.sil.org/Namdhinggo/" +distfiles="https://software.sil.org/downloads/r/namdhinggo/NamdhinggoSIL-$version.zip" +checksum=8bd69ee93687f2b3fcb705b0c8867c8ff573edcaf9a5c51a08a8ca1c1ddc966b +font_dirs="/usr/share/fonts/SIL" + +do_install() { + vinstall NamdhinggoSIL-R.ttf 644 ${font_dirs} +}