diff options
author | Admin <admin@lua4.win> | 2024-07-18 23:25:15 +0000 |
---|---|---|
committer | Admin <admin@lua4.win> | 2024-07-18 23:25:15 +0000 |
commit | 9bbb0a7489f0d473458b513f73e875506bad7f96 (patch) | |
tree | 216006319b482632e75a58864559175f7cfb7500 | |
download | image-clang32-9bbb0a7489f0d473458b513f73e875506bad7f96.tar.gz image-clang32-9bbb0a7489f0d473458b513f73e875506bad7f96.tar.bz2 image-clang32-9bbb0a7489f0d473458b513f73e875506bad7f96.zip |
Inital commit
-rw-r--r-- | .gitignore | 0 | ||||
-rwxr-xr-x | init | 1 | ||||
-rw-r--r-- | meta.lua | 7 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1 @@ | |||
#!/bin/bash -ex | |||
diff --git a/meta.lua b/meta.lua new file mode 100644 index 0000000..da6481b --- /dev/null +++ b/meta.lua | |||
@@ -0,0 +1,7 @@ | |||
1 | return { | ||
2 | { | ||
3 | name = "image-clang32", | ||
4 | requires = {}, | ||
5 | produces = {}, | ||
6 | } | ||
7 | } | ||