diff options
author | Admin <admin@lua4.win> | 2024-08-17 13:46:41 +0000 |
---|---|---|
committer | Admin <admin@lua4.win> | 2024-08-17 13:46:41 +0000 |
commit | b3b3fa5a16e86251ea5dca4ca5c5afc90139d944 (patch) | |
tree | c884927f5b574aa9466eec98208cd9daa49cbf57 | |
download | image-wine-b3b3fa5a16e86251ea5dca4ca5c5afc90139d944.tar.gz image-wine-b3b3fa5a16e86251ea5dca4ca5c5afc90139d944.tar.bz2 image-wine-b3b3fa5a16e86251ea5dca4ca5c5afc90139d944.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..cdc3f17 --- /dev/null +++ b/meta.lua | |||
@@ -0,0 +1,6 @@ | |||
1 | return { | ||
2 | ["image-wine"] = { | ||
3 | requires = {}, | ||
4 | produces = {}, | ||
5 | } | ||
6 | } | ||