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