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