mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
parent
4f6fbf1694
commit
a0c1e35da4
1 changed files with 22 additions and 0 deletions
22
srcpkgs/font-vazir-code/template
Normal file
22
srcpkgs/font-vazir-code/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'font-vazir-code'
|
||||||
|
pkgname=font-vazir-code
|
||||||
|
version=1.1.2
|
||||||
|
revision=1
|
||||||
|
create_wrksrc=yes
|
||||||
|
depends="font-util"
|
||||||
|
short_desc="Persian (farsi) monospaced font"
|
||||||
|
maintainer="mkf <makefile@riseup.net>"
|
||||||
|
license="Public Domain, custom:bitstream"
|
||||||
|
homepage="https://github.com/rastikerdar/vazir-code-font"
|
||||||
|
distfiles="https://github.com/rastikerdar/vazir-code-font/releases/download/v${version}/vazir-code-font-v${version}.zip"
|
||||||
|
checksum=5c10819faef1d281db03703a82d498815b3d73b83badfa3100f9bbcd893b071e
|
||||||
|
|
||||||
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/fonts/TTF
|
||||||
|
for f in ./*.ttf; do
|
||||||
|
vinstall "$f" 644 usr/share/fonts/TTF
|
||||||
|
done
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue