diff options
author | Admin <admin@lua4.win> | 2024-10-26 02:17:43 +0000 |
---|---|---|
committer | Admin <admin@lua4.win> | 2024-10-26 02:17:43 +0000 |
commit | d42f7ceae0825a1b66b33dd10ee371fde230b59b (patch) | |
tree | c61ad02c333dd05137cbc5c8fc6529b0aa22d593 | |
download | luasystem-packaging-d42f7ceae0825a1b66b33dd10ee371fde230b59b.tar.gz luasystem-packaging-d42f7ceae0825a1b66b33dd10ee371fde230b59b.tar.bz2 luasystem-packaging-d42f7ceae0825a1b66b33dd10ee371fde230b59b.zip |
Inital commit
-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..3685210 --- /dev/null +++ b/meta.lua | |||
@@ -0,0 +1,6 @@ | |||
1 | return { | ||
2 | ["luasystem"] = { | ||
3 | requires = {}, | ||
4 | produces = {}, | ||
5 | } | ||
6 | } | ||