zeek/auxil/vcpkg/ports/libx11/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

23 lines
421 B
JSON

{
"name": "libx11",
"version": "1.8.1",
"port-version": 2,
"description": "The X Window System is a network-transparent window system that was designed at MIT.",
"homepage": "https://www.x.org/wiki/",
"license": "MIT",
"dependencies": [
"bzip2",
{
"name": "libx11",
"host": true
},
{
"name": "libxslt",
"host": true
},
"xcb",
"xproto",
"xtrans"
]
}