diff options
Diffstat (limited to 'ports/luabridge')
| -rw-r--r-- | ports/luabridge/CONTROL | 3 | ||||
| -rw-r--r-- | ports/luabridge/vcpkg.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/luabridge/CONTROL b/ports/luabridge/CONTROL deleted file mode 100644 index d8a084019..000000000 --- a/ports/luabridge/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: luabridge
-Version: 2.6 -Description: A lightweight, dependency-free library for binding Lua to C++
diff --git a/ports/luabridge/vcpkg.json b/ports/luabridge/vcpkg.json new file mode 100644 index 000000000..e26ef4339 --- /dev/null +++ b/ports/luabridge/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "luabridge", + "version-string": "2.6", + "port-version": 1, + "description": "A lightweight, dependency-free library for binding Lua to C++" +} |
