diff options
| author | Admin <admin@lua4.win> | 2024-11-18 21:25:23 +0000 |
|---|---|---|
| committer | Admin <admin@lua4.win> | 2024-11-18 21:25:23 +0000 |
| commit | 37e8ace54e4d1e2f41a02817bba045246393d192 (patch) | |
| tree | 01ad6a827376ce415f8c10f22d28b9d17031e879 | |
| download | lanes-packaging-master.tar.gz lanes-packaging-master.tar.bz2 lanes-packaging-master.zip | |
Diffstat (limited to '')
| -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..e136229 --- /dev/null +++ b/meta.lua | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | return { | ||
| 2 | ["lanes"] = { | ||
| 3 | requires = {}, | ||
| 4 | produces = {}, | ||
| 5 | } | ||
| 6 | } | ||
