vazir-code-font: init at 1.1.2

Vazir code is one of Rastikerdar's fonts which makes
Arabic/Persian characters monospaced.
This commit is contained in:
Ebrahim 2021-06-18 04:20:11 +04:30
parent 77e8bf2cc3
commit 25eff5eb7d
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,27 @@
{ lib, fetchFromGitHub }:
let
pname = "vazir-code-font";
version = "1.1.2";
in fetchFromGitHub {
name = "${pname}-${version}";
owner = "rastikerdar";
repo = "vazir-code-font";
rev = "v${version}";
postFetch = ''
tar xf $downloadedFile --strip=1
find . -name '*.ttf' -exec install -m444 -Dt $out/share/fonts/truetype {} \;
'';
sha256 = "0ivwpn9xm2zwhwgg9mghyiy5v66cn4786w9j6rkff5cmzshv279r";
meta = with lib; {
homepage = "https://github.com/rastikerdar/vazir-code-font";
description =
"A Persian (farsi) Monospaced Font for coding - فونت (قلم) فارسی وزیرکد برای کد نویسی ";
license = licenses.publicDomain;
platforms = platforms.all;
maintainers = [ maintainers.dearrude ];
};
}

View file

@ -31362,6 +31362,8 @@ in
vaultenv = haskellPackages.vaultenv;
vazir-code-font = callPackage ../data/fonts/vazir-code-font { };
vazir-fonts = callPackage ../data/fonts/vazir-fonts { };
vbam = callPackage ../misc/emulators/vbam { };