1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# fontconfig - font discovery and matching # https://www.freedesktop.org/wiki/Software/fontconfig/ [package] name = "fontconfig" version = "2.16.0" release = 1 description = "Font discovery and configuration library" url = "https://www.freedesktop.org/wiki/Software/fontconfig/" license = "MIT" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["freetype"] build = ["freetype", "gperf"] [[source]] file = "fontconfig-2.16.0.tar.xz" urls = ["https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.16.0.tar.xz"] checksum = "6a33dc555cc9ba8b10caf7695878ef134eeb36d0af366041f639b1da9b6ed220" [build] parallel = true