1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://software.sil.org/downloads/r/ezra/EzraSIL-${version}.zip";
9 hash = "sha256-hGOHjvFVFLwyVkcoUz+7rQekCdn4oEOB+L16XRpthJM=";
15 install -Dm644 *.ttf -t $out/share/fonts/truetype
16 install -Dm644 OFL-FAQ.txt README.txt FONTLOG.txt -t $out/share/doc/${pname}-${version}
22 homepage = "https://software.sil.org/ezra";
23 description = "Typeface fashioned after the square letter forms of the typography of the Biblia Hebraica Stuttgartensia (BHS)";
24 license = licenses.ofl;
25 platforms = platforms.all;
26 maintainers = [ maintainers.kmein ];