1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "http://software.sil.org/downloads/r/gentium/GentiumPlus-${version}.zip";
9 hash = "sha256-gpVOtmF4Kp3y1Rm00c4o3WQEskO7mY1Z5SVaYHI0hzg=";
15 install -Dm644 *.ttf -t $out/share/fonts/truetype
16 install -Dm644 FONTLOG.txt README.txt -t $out/share/doc/${pname}-${version}
17 cp -r documentation $out/share/doc/${pname}-${version}
23 homepage = "https://software.sil.org/gentium/";
24 description = "High-quality typeface family for Latin, Cyrillic, and Greek";
26 Gentium is a typeface family designed to enable the diverse ethnic groups
27 around the world who use the Latin, Cyrillic and Greek scripts to produce
28 readable, high-quality publications. It supports a wide range of Latin and
29 Cyrillic-based alphabets.
31 The design is intended to be highly readable, reasonably compact, and
32 visually attractive. The additional ‘extended’ Latin letters are designed
33 to naturally harmonize with the traditional 26 ones. Diacritics are
34 treated with careful thought and attention to their use. Gentium Plus also
35 supports both polytonic and monotonic Greek.
37 This package contains the regular and italic styles for the Gentium Plus
38 font family, along with documentation.
40 downloadPage = "https://software.sil.org/gentium/download/";
41 maintainers = with maintainers; [ raskin rycee ];
42 license = licenses.ofl;
43 platforms = platforms.all;