diff options
Diffstat (limited to 'vcpkg/ports/luasec/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/luasec/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/luasec/vcpkg.json b/vcpkg/ports/luasec/vcpkg.json new file mode 100644 index 0000000..3fa5724 --- /dev/null +++ b/vcpkg/ports/luasec/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "luasec", + "version": "1.3.2", + "port-version": 2, + "maintainers": "Stephen Baker <baker.stephen.e@gmail.com>", + "description": "LuaSec depends on OpenSSL, and integrates with LuaSocket to make it easy to add secure connections to any Lua applications or scripts.", + "homepage": "https://github.com/lunarmodules/luasec", + "license": "MIT", + "supports": "!staticcrt", + "dependencies": [ + "lua", + "luasocket", + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |