lol

league-mono: init at 2.300 (#417865)

authored by

Florian Klink and committed by
GitHub
1733b682 cb4f5d2d

+51
+50
pkgs/by-name/le/league-mono/package.nix
···
··· 1 + { 2 + lib, 3 + fetchzip, 4 + stdenvNoCC, 5 + }: 6 + 7 + stdenvNoCC.mkDerivation (finalAttrs: { 8 + pname = "league-mono"; 9 + version = "2.300"; 10 + 11 + src = fetchzip { 12 + url = "https://github.com/theleagueof/league-mono/releases/download/${finalAttrs.version}/LeagueMono-${finalAttrs.version}.tar.xz"; 13 + hash = "sha256-b945/ej5jVzq5enyiCmgdtqB7CcfxBGR7NJFWlydK0c="; 14 + }; 15 + 16 + outputs = [ 17 + "out" 18 + "web" 19 + "variable" 20 + "variableweb" 21 + ]; 22 + 23 + installPhase = '' 24 + runHook preInstall 25 + 26 + install -D -m444 -t $out/share/fonts/truetype $src/static/TTF/*.ttf 27 + install -D -m444 -t $out/share/fonts/opentype $src/static/OTF/*.otf 28 + install -D -m444 -t $web/share/fonts/webfont $src/static/WOFF2/*.woff2 29 + install -D -m444 -t $variable/share/fonts/truetype $src/variable/TTF/*.ttf 30 + install -D -m444 -t $variableweb/share/fonts/webfont $src/variable/WOFF2/*.woff2 31 + 32 + runHook postInstall 33 + ''; 34 + 35 + meta = { 36 + description = "monospace/variable font fun"; 37 + longDescription = '' 38 + Five weights of monospace fun. League Mono is a mashup of sorts, inspired 39 + by some beautiful forms found in both Fira Mono, Libertinus Mono, and 40 + Courier(?!). League Mono was created in glyphs using masters for the 41 + UltraLight, Regular, and Bold weights, and interpolated instances for the 42 + Light and SemiBold weights. This, unfortunately, is not supported by UFO 43 + files, which is why there is a Glyphs source and source files for each 44 + weight. 45 + ''; 46 + homepage = "https://www.theleagueofmoveabletype.com/league-mono"; 47 + license = lib.licenses.ofl; 48 + maintainers = with lib.maintainers; [ toastal ]; 49 + }; 50 + })
+1
pkgs/by-name/le/league-of-moveable-type/package.nix
··· 9 junction-font, 10 knewave, 11 league-gothic, 12 league-script-number-one, 13 league-spartan, 14 linden-hill,
··· 9 junction-font, 10 knewave, 11 league-gothic, 12 + league-mono, 13 league-script-number-one, 14 league-spartan, 15 linden-hill,