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