diff --git a/srcpkgs/font-sil-harmattan/template b/srcpkgs/font-sil-harmattan/template new file mode 100644 index 0000000000..465b63a724 --- /dev/null +++ b/srcpkgs/font-sil-harmattan/template @@ -0,0 +1,19 @@ +# Template file for 'font-sil-harmattan' +pkgname=font-sil-harmattan +version=1.001 +revision=1 +archs=noarch +wrksrc="Harmattan-${version}" +hostmakedepends="unzip" +depends="font-util" +short_desc="Arabic Warsh font designed to suit the needs of West African languages" +maintainer="Ivan Sokolov " +license="OFL-1.1" +homepage="https://software.sil.org/harmattan/" +distfiles="https://software.sil.org/downloads/r/harmattan/Harmattan-${version}.zip" +checksum=bf4b24e5e38c7df908ddff1344de732b20c9f3aafd724e112f4315597aaf6be3 +font_dirs="/usr/share/fonts/SIL" + +do_install() { + vinstall Harmattan-Regular.ttf 644 ${font_dirs} +}