diff options
Diffstat (limited to 'ports/aws-lambda-cpp')
| -rw-r--r-- | ports/aws-lambda-cpp/CONTROL | 5 | ||||
| -rw-r--r-- | ports/aws-lambda-cpp/vcpkg.json | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/aws-lambda-cpp/CONTROL b/ports/aws-lambda-cpp/CONTROL deleted file mode 100644 index a5533ba8b..000000000 --- a/ports/aws-lambda-cpp/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: aws-lambda-cpp -Version: 0.2.6 -Build-Depends: curl -Description: C++ Runtime for AWS Lambda. -Supports: linux
\ No newline at end of file diff --git a/ports/aws-lambda-cpp/vcpkg.json b/ports/aws-lambda-cpp/vcpkg.json new file mode 100644 index 000000000..c466c11a7 --- /dev/null +++ b/ports/aws-lambda-cpp/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "aws-lambda-cpp", + "version-string": "0.2.6", + "port-version": 1, + "description": "C++ Runtime for AWS Lambda.", + "supports": "linux", + "dependencies": [ + "curl" + ] +} |
