21 lines
620 B
Bash
Executable file
21 lines
620 B
Bash
Executable file
# Template file for 'font-vazir'
|
|
pkgname=font-vazir
|
|
version=23.0.0
|
|
revision=1
|
|
archs=noarch
|
|
create_wrksrc=yes
|
|
depends="font-util"
|
|
short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
|
|
maintainer="linarcx <linarcx@gmail.com>"
|
|
license="OFL-1.1"
|
|
homepage="https://github.com/rastikerdar/vazir-font"
|
|
distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
|
|
checksum=afd3f6d2f939fbb18935b313ad1c0c8634f5b897bef79f023c9f6645067ae4b7
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
for f in ./*.ttf; do
|
|
vinstall "$f" 644 usr/share/fonts/TTF
|
|
done
|
|
}
|