font-reem-kufi-ttf: update to 1.9.

This commit is contained in:
Đoàn Trần Công Danh 2025-06-10 09:42:06 +07:00
parent 6b702a0832
commit b54198a44c
2 changed files with 3 additions and 13 deletions

View file

@ -1 +0,0 @@
font-reem-kufi-ttf

View file

@ -1,6 +1,6 @@
# Template file for 'font-reem-kufi-ttf'
pkgname=font-reem-kufi-ttf
version=1.7
version=1.9
revision=1
depends="font-util"
short_desc="Modern Kufic typefaces for Arabic"
@ -8,19 +8,10 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/aliftype/reem-kufi"
distfiles="https://github.com/aliftype/reem-kufi/releases/download/v${version}/ReemKufi-${version}.zip"
checksum=2359f036c7bddeb4d5529d7b3c9139c3288c920cc26053d417cdbb563eafe0a4
checksum=383b347dab5909698098efc0e04909ec53bf2992f87805ec5f529a2566fe1d5d
font_dirs="/usr/share/fonts/TTF/arabic"
do_install() {
vmkdir usr/share/fonts/TTF/arabic
vcopy "ttf/*.ttf" usr/share/fonts/TTF/arabic
}
font-reem-kufi-otf_package() {
short_desc+=" - OTF"
font_dirs="/usr/share/fonts/OTF/arabic"
pkg_install() {
vmkdir usr/share/fonts/OTF/arabic
vcopy "*.otf" usr/share/fonts/OTF/arabic
}
vcopy "*.ttf" usr/share/fonts/TTF/arabic
}