mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:19:01 +08:00
5e8067541b
I noticed this while reviewing https://github.com/microsoft/vcpkg/pull/34472 that these would be better to use tarballs which are eligible to be asset cached.
20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"name": "libcap",
|
|
"version": "2.69",
|
|
"port-version": 2,
|
|
"description": "A library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities.",
|
|
"homepage": "https://git.kernel.org/pub/scm/libs/libcap/libcap.git",
|
|
"license": "BSD-3-Clause OR GPL-2.0-only",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "libcap",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|