package harfbuzz { description = "a text shaping library"; website = "https://harfbuzz.github.io"; anitya = 1299; version# = "14.3.0"; source = remoteGitHub { suffix = "harfbuzz/harfbuzz"; tag = version; checksum = "C03eSJbyFvrOPXWhlHgwxfqUKyR9xQO_FKzbwQzT7hW9DTUAQIiwvUIf_6cqaKPm"; }; exec = meson { setup = { "cairo": "enabled"; "png": "enabled"; "zlib": "enabled"; "freetype": "enabled"; }; }; inputs = [ zlib, cairo, ]; runtime = [ zlib, cairo, ]; }