diff --git a/srcpkgs/font-sil-harmattan/template b/srcpkgs/font-sil-harmattan/template index 2c789fba9b4..79a4f8d22f4 100644 --- a/srcpkgs/font-sil-harmattan/template +++ b/srcpkgs/font-sil-harmattan/template @@ -1,17 +1,17 @@ # Template file for 'font-sil-harmattan' pkgname=font-sil-harmattan -version=1.001 -revision=2 -hostmakedepends="unzip" +version=2.000 +revision=1 depends="font-util" short_desc="Arabic Warsh font designed to suit the needs of West African languages" maintainer="Orphaned " license="OFL-1.1" homepage="https://software.sil.org/harmattan/" distfiles="https://software.sil.org/downloads/r/harmattan/Harmattan-${version}.zip" -checksum=bf4b24e5e38c7df908ddff1344de732b20c9f3aafd724e112f4315597aaf6be3 +checksum=0b2e1fad07b6101bfb140801a71bc53956105376fd8ac261dd76eab178280a5c font_dirs="/usr/share/fonts/SIL" do_install() { - vinstall Harmattan-Regular.ttf 644 ${font_dirs} + vmkdir usr/share/fonts/SIL + vcopy "*.ttf" usr/share/fonts/SIL }