void-packages/srcpkgs/font-vazir/template

23 lines
644 B
Bash
Raw Normal View History

2019-07-23 07:48:09 +02:00
# Template file for 'font-vazir'
pkgname=font-vazir
2019-09-29 23:06:16 +02:00
version=21.0.1
2019-07-23 07:48:09 +02:00
revision=1
archs=noarch
create_wrksrc=yes
hostmakedepends="unzip"
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"
2019-09-29 23:06:16 +02:00
checksum=18c9e5c1f58e17ae76b80fc15793c3f99e548b56e0b839b9c2cf4c8a3ac135f3
2019-07-23 07:48:09 +02:00
font_dirs="/usr/share/fonts/TTF"
do_install() {
for f in ./*.ttf; do
vinstall "$f" 644 usr/share/fonts/TTF
done
}