zcool-qingke-huangyou: init at 1.000

Co-authored-by: Acid Bong <acidbong@tilde.club>
This commit is contained in:
Jasper Chan
2026-06-15 15:27:35 -07:00
co-authored by Acid Bong
parent 496fcd7b73
commit c0452d2836
@@ -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 ];
};
})