diff options
author | Admin <admin@lua4.win> | 2024-09-09 19:02:22 +0000 |
---|---|---|
committer | Admin <admin@lua4.win> | 2024-09-09 19:02:22 +0000 |
commit | 3b6721ac0c4bdd0b17a260fd07c3defdefb41859 (patch) | |
tree | f2e1e4b2e6f9f54955be8f2466760901596ef96a | |
download | image-msi-3b6721ac0c4bdd0b17a260fd07c3defdefb41859.tar.gz image-msi-3b6721ac0c4bdd0b17a260fd07c3defdefb41859.tar.bz2 image-msi-3b6721ac0c4bdd0b17a260fd07c3defdefb41859.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..e11c042 --- /dev/null +++ b/meta.lua | |||
@@ -0,0 +1,6 @@ | |||
1 | return { | ||
2 | ["image-msi"] = { | ||
3 | requires = {}, | ||
4 | produces = {}, | ||
5 | } | ||
6 | } | ||