mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
1f3914c769
* [font-util] add port * [libfontenc] add port * [libfs] add port * format manifest * remove -string * v db * Update ports/font-util/build.patch * v db * use magic macro instead of magic numbers.... * v db
14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|
"name": "libfontenc",
|
|
"version": "1.1.4",
|
|
"description": "X font encoding library",
|
|
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libfontenc",
|
|
"license": null,
|
|
"dependencies": [
|
|
"font-util",
|
|
"xorg-macros",
|
|
"xproto",
|
|
"zlib"
|
|
]
|
|
}
|