diff options
Diffstat (limited to 'ports/boost-winapi')
| -rw-r--r-- | ports/boost-winapi/CONTROL | 6 | ||||
| -rw-r--r-- | ports/boost-winapi/vcpkg.json | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/ports/boost-winapi/CONTROL b/ports/boost-winapi/CONTROL deleted file mode 100644 index 2497d0eed..000000000 --- a/ports/boost-winapi/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -# Automatically generated by scripts/boost/generate-ports.ps1
-Source: boost-winapi
-Version: 1.75.0
-Build-Depends: boost-config, boost-predef, boost-vcpkg-helpers
-Homepage: https://github.com/boostorg/winapi
-Description: Boost winapi module
diff --git a/ports/boost-winapi/vcpkg.json b/ports/boost-winapi/vcpkg.json new file mode 100644 index 000000000..baf2b9c0d --- /dev/null +++ b/ports/boost-winapi/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "boost-winapi", + "version-string": "1.75.0", + "description": "Boost winapi module", + "homepage": "https://github.com/boostorg/winapi", + "dependencies": [ + "boost-config", + "boost-predef", + "boost-vcpkg-helpers" + ] +} |
