7 stdenvNoCC.mkDerivation rec {
8 pname = "aurulent-sans";
11 src = fetchFromGitHub {
13 repo = "hartke-aurulent-sans";
14 rev = "${pname}-${version}";
15 hash = "sha256-M/duhgqxXZJq5su9FrsGjZdm+wtO5B5meoDomde+GwY=";
21 install -Dm644 *.otf -t $out/share/fonts
27 description = "Aurulent Sans";
28 longDescription = "Aurulent Sans is a humanist sans serif intended to be used as an interface font.";
29 homepage = "http://delubrum.org/";
30 maintainers = with lib.maintainers; [ deepfire ];
31 license = lib.licenses.ofl;
32 platforms = lib.platforms.all;