diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-03-04 02:06:52 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-03-10 10:51:04 -0300 |
commit | f9a8ac22881533281673a2abd59f4fd69feeaa00 (patch) | |
tree | a114f5f6cb6f388efacfeb77e53d2fa991d9a7e8 | |
parent | 86d29c4e46bddf06b29f7d07c5c4e75b09ca69d4 (diff) | |
download | luarocks-f9a8ac22881533281673a2abd59f4fd69feeaa00.tar.gz luarocks-f9a8ac22881533281673a2abd59f4fd69feeaa00.tar.bz2 luarocks-f9a8ac22881533281673a2abd59f4fd69feeaa00.zip |
[wip] "poor man's submodules"
-rwxr-xr-x | vendor/fetch_all_vendored.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/fetch_all_vendored.sh b/vendor/fetch_all_vendored.sh new file mode 100755 index 00000000..0a6ced36 --- /dev/null +++ b/vendor/fetch_all_vendored.sh | |||
@@ -0,0 +1,8 @@ | |||
1 | #!/usr/bin/env bash | ||
2 | |||
3 | git clone https://github.com/lunarmodules/md5 md5 --branch 1.3 | ||
4 | git clone https://github.com/lunarmodules/luasocket luasocket --branch v3.1.0 | ||
5 | git clone https://github.com/lunarmodules/luasec luasec --branch v1.3.2 | ||
6 | git clone https://github.com/brimworks/lua-zlib.git lua-zlib --branch v1.2 | ||
7 | git clone https://github.com/hishamhm/lua-bz2.git lua-bz2 --branch 0.2.1 | ||
8 | git clone https://github.com/keplerproject/luafilesystem luafilesystem --branch v1_8_0 | ||