mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
17 lines
558 B
Bash
17 lines
558 B
Bash
# Template file for 'font-sil-lateef'
|
|
pkgname=font-sil-lateef
|
|
version=4.300
|
|
revision=1
|
|
depends="font-util"
|
|
short_desc="Extended Arabic script font named after Shah Abdul Lateef Bhitai"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/lateef/"
|
|
distfiles="https://software.sil.org/downloads/r/lateef/Lateef-${version}.zip"
|
|
checksum=0c1834db04899c405d68386c81678ee76c29574b44cca79108aab1a05283b4ef
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/SIL
|
|
vcopy "*.ttf" usr/share/fonts/SIL
|
|
}
|