vcpkg/ports/libfontenc/vcpkg.json
Alexander Neumann 1f3914c769
[xwindow] part 4/N (#26576)
* [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
2022-09-19 12:08:27 -07:00

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"
]
}