package fcft { description = "a simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman"; website = "https://codeberg.org/dnkl/fcft"; anitya = 143240; version# = "3.3.3"; source = remoteTar { url = "https://codeberg.org/dnkl/fcft/releases/download/"+version+ "/fcft-"+version+".tar.gz"; checksum = "pryAJA-d1OpY8KXbGFEHum9Wm6ME9XkPx9EM_OQ_ZEpOUpQnqlkzIq-cwS1ziMPk"; compress = gzip; }; exec = meson {}; inputs = [ pixman, fontconfig, utf8proc, tllist, ]; runtime = [ pixman, fontconfig, utf8proc, ]; }