diff options
Diffstat (limited to 'vcpkg/ports/air-ctl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/air-ctl/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/air-ctl/vcpkg.json b/vcpkg/ports/air-ctl/vcpkg.json new file mode 100644 index 0000000..c52c2ad --- /dev/null +++ b/vcpkg/ports/air-ctl/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "air-ctl", + "version": "1.1.2", + "port-version": 3, + "description": "C template container library", + "homepage": "https://github.com/inie0722/air-ctl", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |