diff options
Diffstat (limited to 'ports/sol2')
| -rw-r--r-- | ports/sol2/CONTROL | 5 | ||||
| -rw-r--r-- | ports/sol2/vcpkg.json | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/ports/sol2/CONTROL b/ports/sol2/CONTROL deleted file mode 100644 index 60490e9da..000000000 --- a/ports/sol2/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: sol2 -Version: 3.2.2 -Homepage: https://github.com/ThePhD/sol2 -Description: Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great -Build-Depends: lua (windows) diff --git a/ports/sol2/vcpkg.json b/ports/sol2/vcpkg.json new file mode 100644 index 000000000..22de87e46 --- /dev/null +++ b/ports/sol2/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "sol2", + "version-string": "3.2.2", + "port-version": 1, + "description": "Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great", + "homepage": "https://github.com/ThePhD/sol2", + "dependencies": [ + { + "name": "lua", + "platform": "windows" + } + ] +} |
