diff options
author | Admin <admin@lua4.win> | 2024-09-16 00:04:35 +0000 |
---|---|---|
committer | Admin <admin@lua4.win> | 2024-09-16 00:04:35 +0000 |
commit | baebc1418078b3d6c6769ab68f6dc212ea52bcd5 (patch) | |
tree | 2cf9b7b21148d1801d53e8d32306813d8a1ff281 | |
download | image-clang64-baebc1418078b3d6c6769ab68f6dc212ea52bcd5.tar.gz image-clang64-baebc1418078b3d6c6769ab68f6dc212ea52bcd5.tar.bz2 image-clang64-baebc1418078b3d6c6769ab68f6dc212ea52bcd5.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..9a2119a --- /dev/null +++ b/meta.lua | |||
@@ -0,0 +1,6 @@ | |||
1 | return { | ||
2 | ["image-clang64"] = { | ||
3 | requires = {}, | ||
4 | produces = {}, | ||
5 | } | ||
6 | } | ||