atkinson-hyperlegible-next: init at 2.001-unstable-2025-02-21

pancaek 41fe4cfd 25fb2896

+36
+36
pkgs/by-name/at/atkinson-hyperlegible-next/package.nix
··· 1 + { 2 + lib, 3 + stdenvNoCC, 4 + fetchFromGitHub, 5 + }: 6 + 7 + stdenvNoCC.mkDerivation { 8 + pname = "atkinson-hyperlegible-next"; 9 + version = "2.001-unstable-2025-02-21"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "googlefonts"; 13 + repo = "atkinson-hyperlegible-next"; 14 + rev = "7925f50f649b3813257faf2f4c0b381011f434f1"; 15 + hash = "sha256-LhwfYI5Z6BhO7OaY/RwXT7r3WYiUY9AO2HL3MmhPpQY="; 16 + }; 17 + 18 + dontBuild = true; 19 + 20 + installPhase = '' 21 + runHook preInstall 22 + 23 + install -Dm644 -t $out/share/fonts/opentype fonts/otf/* 24 + install -Dm644 -t $out/share/fonts/variable fonts/variable/* 25 + 26 + runHook postInstall 27 + ''; 28 + 29 + meta = { 30 + description = "New (2024) second version of the Atkinson Hyperlegible fonts"; 31 + homepage = "https://www.brailleinstitute.org/freefont/"; 32 + license = lib.licenses.ofl; 33 + maintainers = with lib.maintainers; [ pancaek ]; 34 + platforms = lib.platforms.all; 35 + }; 36 + }