19 lines
624 B
Bash
19 lines
624 B
Bash
# Template file for 'font-sil-alkalami'
|
|
pkgname=font-sil-alkalami
|
|
version=1.100
|
|
revision=2
|
|
hostmakedepends="unzip"
|
|
depends="font-util"
|
|
short_desc="Font designed for Arabic-based writing systems in the Kano region"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/alkalami/"
|
|
distfiles="https://software.sil.org/downloads/r/alkalami/Alkalami-${version}.zip"
|
|
checksum=f33b52bf0c134c46fc860481284344b934ea0885184371211e304264273163ce
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vinstall Alkalami-Light.ttf 644 ${font_dirs}
|
|
vinstall Alkalami-Regular.ttf 644 ${font_dirs}
|
|
}
|