mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
94923a8fcb
Fix recurring problem with on-the-fly tarballs: https://github.com/microsoft/vcpkg/issues/38591, https://github.com/microsoft/vcpkg/issues/37948.
16 lines
379 B
JSON
16 lines
379 B
JSON
{
|
|
"name": "libcap",
|
|
"version": "2.69",
|
|
"port-version": 5,
|
|
"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
|
|
}
|
|
]
|
|
}
|