mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: font-vazir-20.1.0
This commit is contained in:
parent
40c781cb4f
commit
d95be2eeb1
1 changed files with 22 additions and 0 deletions
22
srcpkgs/font-vazir/template
Executable file
22
srcpkgs/font-vazir/template
Executable file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'font-vazir'
|
||||||
|
pkgname=font-vazir
|
||||||
|
version=20.1.0
|
||||||
|
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"
|
||||||
|
checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
|
||||||
|
|
||||||
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
for f in ./*.ttf; do
|
||||||
|
vinstall "$f" 644 usr/share/fonts/TTF
|
||||||
|
done
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue