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