19 lines
603 B
Bash
19 lines
603 B
Bash
# Template file for 'font-sil-mingzat'
|
|
pkgname=font-sil-mingzat
|
|
version=1.000
|
|
revision=2
|
|
wrksrc="Mingzat-${version}"
|
|
hostmakedepends="unzip"
|
|
depends="font-util"
|
|
short_desc="Script used by the Lepcha language of South Asia since Unicode 5.1"
|
|
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/Mingzat/"
|
|
distfiles="https://software.sil.org/downloads/r/mingzat/Mingzat-$version.zip"
|
|
checksum=7e1fe44012da7843c63263fe161abd12d4309f9cef00cb58d1055dd812d8e6ba
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vinstall Mingzat-Regular.ttf 644 ${font_dirs}
|
|
}
|