aboutsummaryrefslogtreecommitdiff
path: root/ports/luasocket
diff options
context:
space:
mode:
Diffstat (limited to 'ports/luasocket')
-rw-r--r--ports/luasocket/CONTROL5
-rw-r--r--ports/luasocket/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/luasocket/CONTROL b/ports/luasocket/CONTROL
deleted file mode 100644
index 41ec382ce..000000000
--- a/ports/luasocket/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: luasocket
-Version: 2020-09-14
-Homepage: https://github.com/diegonehab/luasocket
-Description: LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.
-Build-Depends: lua
diff --git a/ports/luasocket/vcpkg.json b/ports/luasocket/vcpkg.json
new file mode 100644
index 000000000..064972699
--- /dev/null
+++ b/ports/luasocket/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "luasocket",
+ "version-string": "2020-09-14",
+ "port-version": 1,
+ "description": "LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.",
+ "homepage": "https://github.com/diegonehab/luasocket",
+ "dependencies": [
+ "lua"
+ ]
+}