diff options
Diffstat (limited to 'vcpkg/ports/libversion/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libversion/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/libversion/vcpkg.json b/vcpkg/ports/libversion/vcpkg.json new file mode 100644 index 0000000..aa4a81e --- /dev/null +++ b/vcpkg/ports/libversion/vcpkg.json @@ -0,0 +1,20 @@ +{ + "$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 + } + ] +} |