1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://software.sil.org/downloads/r/galatia/GalatiaSIL-${version}.zip";
9 hash = "sha256-7kXnTC5vpUOjcT40oNW6e32zFGejlWJq1J+p+5DiAos=";
15 install -Dm644 $downloadedFile *.ttf -t $out/share/fonts/truetype
16 install -Dm644 $downloadedFile OFL.txt OFL-FAQ.txt FONTLOG.txt -t $out/share/doc/${pname}-${version}
22 homepage = "https://software.sil.org/galatia";
23 description = "Font designed to support Biblical Polytonic Greek";
25 Galatia SIL, designed to support Biblical Polytonic Greek, is a Unicode 3.1 font released under the SIL Open Font License. The font supports precomposed characters rather than decomposed characters. Thus, you must use a keyboard that outputs NFC encoding (precomposed).
27 license = licenses.ofl;
28 platforms = platforms.all;
29 maintainers = [ maintainers.kmein ];