diff --git a/srcpkgs/font-sil-mingzat/template b/srcpkgs/font-sil-mingzat/template index f9ff2511e23..f501584391e 100644 --- a/srcpkgs/font-sil-mingzat/template +++ b/srcpkgs/font-sil-mingzat/template @@ -1,17 +1,17 @@ # Template file for 'font-sil-mingzat' pkgname=font-sil-mingzat -version=1.000 -revision=2 -hostmakedepends="unzip" +version=1.100 +revision=1 depends="font-util" short_desc="Script used by the Lepcha language of South Asia since Unicode 5.1" maintainer="Orphaned " license="OFL-1.1" homepage="https://software.sil.org/Mingzat/" distfiles="https://software.sil.org/downloads/r/mingzat/Mingzat-$version.zip" -checksum=7e1fe44012da7843c63263fe161abd12d4309f9cef00cb58d1055dd812d8e6ba +checksum=3c62982f57e7e93f1e494f207054c6c4713e7bc9959ee4eb738e5f9fb98b80d2 font_dirs="/usr/share/fonts/SIL" do_install() { - vinstall Mingzat-Regular.ttf 644 ${font_dirs} + vmkdir usr/share/fonts/SIL + vcopy "*.ttf" usr/share/fonts/SIL }