diff options
| author | Michael Heyman <mheyman@gmail.com> | 2020-11-05 21:21:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-05 18:21:17 -0800 |
| commit | bf7f7a1162bf704f2b1a3047caf923bd0d5db0b3 (patch) | |
| tree | 8055a136e86b9ecbbb3f2cb3f353dbe4387542f5 /ports/oatpp-swagger | |
| parent | 5eae413e9ca1936dc94b643929a30d7660ab9593 (diff) | |
| download | vcpkg-bf7f7a1162bf704f2b1a3047caf923bd0d5db0b3.tar.gz vcpkg-bf7f7a1162bf704f2b1a3047caf923bd0d5db0b3.zip | |
[oatpp] Add new port and vcpkg.json (#14341)
Diffstat (limited to 'ports/oatpp-swagger')
| -rw-r--r-- | ports/oatpp-swagger/CONTROL | 6 | ||||
| -rw-r--r-- | ports/oatpp-swagger/vcpkg.json | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/ports/oatpp-swagger/CONTROL b/ports/oatpp-swagger/CONTROL deleted file mode 100644 index 19858661e..000000000 --- a/ports/oatpp-swagger/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: oatpp-swagger -Version: 1.2.0 -Port-Version: 1 -Description: Oat++ OpenApi (Swagger) UI submodule -Build-Depends: oatpp -Homepage: https://github.com/oatpp/oatpp-swagger diff --git a/ports/oatpp-swagger/vcpkg.json b/ports/oatpp-swagger/vcpkg.json new file mode 100644 index 000000000..d1764af44 --- /dev/null +++ b/ports/oatpp-swagger/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "oatpp-swagger", + "version-string": "1.2.0", + "port-version": 1, + "description": "Oat++ OpenApi (Swagger) UI submodule.", + "homepage": "https://github.com/oatpp/oatpp-swagger", + "dependencies": [ + "oatpp" + ] +} |
