1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "camingo-code";
8 url = "https://github.com/chrissimpkins/codeface/releases/download/font-collection/codeface-fonts.zip";
9 hash = "sha256-oo5pWDq6h0bmyGvfF9Bkh7WyjKX4dG8uclfIsWLhDw8=";
15 install -Dm644 camingo-code/*.ttf -t $out/share/fonts/truetype
16 install -Dm644 camingo-code/*.txt -t $out/share/doc/${pname}-${version}
22 homepage = "https://www.myfonts.com/fonts/jan-fromm/camingo-code/";
23 description = "Monospaced typeface designed for source-code editors";
24 platforms = platforms.all;
25 license = licenses.cc-by-nd-30;