zcool-qingke-huangyou: init at 1.000
Co-authored-by: Acid Bong <acidbong@tilde.club>
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
lib,
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
installFonts,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "zcool-qingke-huangyou";
|
||||
version = "1.000";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googlefonts";
|
||||
repo = "zcool-qingke-huangyou";
|
||||
rev = "c9dac424b0a9f47d3b113cff4a4922f632d82c94";
|
||||
hash = "sha256-xIIDP8gCtwNtY6AReeuLZSbnDXczS5ycObP3EKxk+hU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ installFonts ];
|
||||
|
||||
meta = {
|
||||
description = "Futuristic stiff geometric font";
|
||||
homepage = "https://fonts.google.com/specimen/ZCOOL+QingKe+HuangYou";
|
||||
license = lib.licenses.ofl;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ gigahawk ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user