vcpkg/ports/libcap/vcpkg.json
2024-11-01 00:59:53 -07:00

19 lines
428 B
JSON

{
"name": "libcap",
"version": "2.71",
"description": "A library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities.",
"homepage": "https://sites.google.com/site/fullycapable/",
"license": "BSD-3-Clause OR GPL-2.0-only",
"supports": "linux",
"dependencies": [
{
"name": "libcap",
"host": true
},
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
]
}