ia-writer-duospace: init at 20180721 (#43937)

authored by Mario Rodas and committed by xeji dc4abdfd 186cf1c4

+28
+26
pkgs/data/fonts/ia-writer-duospace/default.nix
··· 1 + { lib, fetchFromGitHub }: 2 + 3 + let 4 + version = "20180721"; 5 + in fetchFromGitHub rec { 6 + name = "ia-writer-duospace-${version}"; 7 + 8 + owner = "iaolo"; 9 + repo = "iA-Fonts"; 10 + rev = "55edf60f544078ab1e14987bc67e9029a200e0eb"; 11 + sha256 = "0932lcxf861vb3hz52z1xj8r99ag9sdyqsnq9brv7gc4kp2l339c"; 12 + 13 + postFetch = '' 14 + tar --strip-components=1 -xzvf $downloadedFile 15 + mkdir -p $out/share/fonts/opentype 16 + cp "iA Writer Duospace/OTF (Mac)/"*.otf $out/share/fonts/opentype/ 17 + ''; 18 + 19 + meta = with lib; { 20 + description = "iA Writer Duospace Typeface"; 21 + homepage = https://ia.net/topics/in-search-of-the-perfect-writing-font; 22 + license = licenses.ofl; 23 + platforms = platforms.all; 24 + maintainers = [ maintainers.marsam ]; 25 + }; 26 + }
+2
pkgs/top-level/all-packages.nix
··· 14766 14766 14767 14767 hanazono = callPackage ../data/fonts/hanazono { }; 14768 14768 14769 + ia-writer-duospace = callPackage ../data/fonts/ia-writer-duospace { }; 14770 + 14769 14771 ibm-plex = callPackage ../data/fonts/ibm-plex { }; 14770 14772 14771 14773 iconpack-obsidian = callPackage ../data/icons/iconpack-obsidian { };