14 url = "https://github.com/agarick/agave/releases/download/v${version}/Agave-${name}.ttf";
16 name = "Agave-${name}.ttf";
18 # There are slashed variants, but with same name so only bundle the default versions for now:
20 (mkAg "Regular" "sha256-vX1VhEgqy9rQ7hPmAgBGxKyIs2QSAYqZC/mL/2BIOrA=")
21 (mkAg "Bold" "sha256-Ax/l/RKyc03law0ThiLac/7HHV4+YxibKzcZnjZs6VI=")
26 inherit pname version;
33 install -D $srcs -t $out/share/fonts/truetype/
37 description = "truetype monospaced typeface designed for X environments";
38 homepage = "https://b.agaric.net/page/agave";
39 license = licenses.mit;
41 platforms = platforms.all;