diff options
Diffstat (limited to 'ports/boost-process')
| -rw-r--r-- | ports/boost-process/CONTROL | 7 | ||||
| -rw-r--r-- | ports/boost-process/vcpkg.json | 29 |
2 files changed, 29 insertions, 7 deletions
diff --git a/ports/boost-process/CONTROL b/ports/boost-process/CONTROL deleted file mode 100644 index 6135e0477..000000000 --- a/ports/boost-process/CONTROL +++ /dev/null @@ -1,7 +0,0 @@ -# Automatically generated by scripts/boost/generate-ports.ps1
-Source: boost-process
-Version: 1.75.0
-Build-Depends: boost-algorithm, boost-asio (!emscripten), boost-config, boost-core, boost-filesystem (!uwp), boost-fusion, boost-iterator, boost-move, boost-optional, boost-system, boost-tokenizer, boost-type-index, boost-vcpkg-helpers, boost-winapi
-Homepage: https://github.com/boostorg/process
-Description: Boost process module
-Supports: !emscripten
diff --git a/ports/boost-process/vcpkg.json b/ports/boost-process/vcpkg.json new file mode 100644 index 000000000..61fac9381 --- /dev/null +++ b/ports/boost-process/vcpkg.json @@ -0,0 +1,29 @@ +{ + "name": "boost-process", + "version-string": "1.75.0", + "description": "Boost process module", + "homepage": "https://github.com/boostorg/process", + "supports": "!emscripten", + "dependencies": [ + "boost-algorithm", + { + "name": "boost-asio", + "platform": "!emscripten" + }, + "boost-config", + "boost-core", + { + "name": "boost-filesystem", + "platform": "!uwp" + }, + "boost-fusion", + "boost-iterator", + "boost-move", + "boost-optional", + "boost-system", + "boost-tokenizer", + "boost-type-index", + "boost-vcpkg-helpers", + "boost-winapi" + ] +} |
