void-packages/srcpkgs/font-sil-mingzat/template

18 lines
563 B
Bash

# Template file for 'font-sil-mingzat'
pkgname=font-sil-mingzat
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 <orphan@voidlinux.org>"
license="OFL-1.1"
homepage="https://software.sil.org/Mingzat/"
distfiles="https://software.sil.org/downloads/r/mingzat/Mingzat-$version.zip"
checksum=3c62982f57e7e93f1e494f207054c6c4713e7bc9959ee4eb738e5f9fb98b80d2
font_dirs="/usr/share/fonts/SIL"
do_install() {
vmkdir usr/share/fonts/SIL
vcopy "*.ttf" usr/share/fonts/SIL
}