20 lines
615 B
Bash
20 lines
615 B
Bash
# Template file for 'font-sil-lateef'
|
|
pkgname=font-sil-lateef
|
|
version=1.200
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="LateefGR-${version}"
|
|
hostmakedepends="unzip"
|
|
depends="font-util"
|
|
short_desc="Extended Arabic script font named after Shah Abdul Lateef Bhitai"
|
|
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/lateef/"
|
|
distfiles="https://software.sil.org/downloads/r/lateef/LateefGR-${version}.zip"
|
|
checksum=ef6c6b4b4cb8d8502c78efc43cb99d29f391e6cb9eba1b133a661ffda3ddc7e1
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vinstall LateefGR-Regular.ttf 644 ${font_dirs}
|
|
}
|