mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
21 lines
577 B
JSON
21 lines
577 B
JSON
{
|
|
"$comment": "The supports clause avoids trying to produce version.lib which conflicts with the Windows SDK and causes other ports to fail due to missing VerQueryValue et al.",
|
|
"name": "libversion",
|
|
"version": "3.0.4",
|
|
"port-version": 1,
|
|
"description": "Advanced version string comparison library",
|
|
"homepage": "https://github.com/repology/libversion",
|
|
"license": "MIT",
|
|
"supports": "!(windows & static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|