diff options
author | Admin <admin@lua4.win> | 2024-11-18 21:25:21 +0000 |
---|---|---|
committer | Admin <admin@lua4.win> | 2024-11-18 21:25:21 +0000 |
commit | 1c4b800b1058cf98ad8893c9699129a890f313fd (patch) | |
tree | 9694c927c9bc471953e3c512ee708d533142b49f | |
download | luasocket-packaging-master.tar.gz luasocket-packaging-master.tar.bz2 luasocket-packaging-master.zip |
-rw-r--r-- | .gitignore | 0 | ||||
-rwxr-xr-x | init | 1 | ||||
-rw-r--r-- | meta.lua | 6 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1 @@ | |||
#!/bin/sh -ex | |||
diff --git a/meta.lua b/meta.lua new file mode 100644 index 0000000..8a67aaa --- /dev/null +++ b/meta.lua | |||
@@ -0,0 +1,6 @@ | |||
1 | return { | ||
2 | ["luasocket"] = { | ||
3 | requires = {}, | ||
4 | produces = {}, | ||
5 | } | ||
6 | } | ||