i-dot-ming: init 7.01
This commit is contained in:
parent
2796850d20
commit
813fb1e6ac
22
pkgs/data/fonts/i-dot-ming/default.nix
Normal file
22
pkgs/data/fonts/i-dot-ming/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ lib, fetchzip }:
|
||||
|
||||
let
|
||||
version = "7.01";
|
||||
in
|
||||
fetchzip {
|
||||
name = "i.ming-${version}";
|
||||
url = "https://raw.githubusercontent.com/ichitenfont/I.Ming/${version}/${version}/I.Ming-${version}.ttf";
|
||||
sha256 = "1b2dj7spkznpkad8a0blqigj9f6ism057r0wn9wdqg5g88yp32vd";
|
||||
|
||||
postFetch = ''
|
||||
install -DT -m444 $downloadedFile $out/share/fonts/truetype/I.Ming/I.Ming.ttf
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "An open source Pan-CJK serif typeface";
|
||||
homepage = "https://github.com/ichitenfont/I.Ming";
|
||||
license = licenses.ipa;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.linsui ];
|
||||
};
|
||||
}
|
@ -22726,6 +22726,8 @@ with pkgs;
|
||||
|
||||
ia-writer-duospace = callPackage ../data/fonts/ia-writer-duospace { };
|
||||
|
||||
i-dot-ming = callPackage ../data/fonts/i-dot-ming { };
|
||||
|
||||
ibm-plex = callPackage ../data/fonts/ibm-plex { };
|
||||
|
||||
iconpack-jade = callPackage ../data/icons/iconpack-jade { };
|
||||
|
Loading…
Reference in New Issue
Block a user