atkinson-hyperlegible-next: init at 2.001-unstable-2025-02-21, atkinson-hyperlegible-mono: init at 2.001-unstable-2024-11-20 (#384429)

authored by

Weijia Wang and committed by
GitHub
587c85e1 57f9b481

+72
+36
pkgs/by-name/at/atkinson-hyperlegible-mono/package.nix
···
··· 1 + { 2 + lib, 3 + stdenvNoCC, 4 + fetchFromGitHub, 5 + }: 6 + 7 + stdenvNoCC.mkDerivation { 8 + pname = "atkinson-hyperlegible-mono"; 9 + version = "2.001-unstable-2024-11-20"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "googlefonts"; 13 + repo = "atkinson-hyperlegible-next-mono"; 14 + rev = "154d50362016cc3e873eb21d242cd0772384c8f9"; 15 + hash = "sha256-V0zWbNYT3RGO9vjX+GHfO38ywMozcZVJkBZH+8G5sC0="; 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) monospace sibling family to Atkinson Hyperlegible Next"; 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 + }
+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 + }