aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-03-04 02:06:52 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-03-10 10:51:04 -0300
commitf9a8ac22881533281673a2abd59f4fd69feeaa00 (patch)
treea114f5f6cb6f388efacfeb77e53d2fa991d9a7e8
parent86d29c4e46bddf06b29f7d07c5c4e75b09ca69d4 (diff)
downloadluarocks-f9a8ac22881533281673a2abd59f4fd69feeaa00.tar.gz
luarocks-f9a8ac22881533281673a2abd59f4fd69feeaa00.tar.bz2
luarocks-f9a8ac22881533281673a2abd59f4fd69feeaa00.zip
[wip] "poor man's submodules"
-rwxr-xr-xvendor/fetch_all_vendored.sh8
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
3git clone https://github.com/lunarmodules/md5 md5 --branch 1.3
4git clone https://github.com/lunarmodules/luasocket luasocket --branch v3.1.0
5git clone https://github.com/lunarmodules/luasec luasec --branch v1.3.2
6git clone https://github.com/brimworks/lua-zlib.git lua-zlib --branch v1.2
7git clone https://github.com/hishamhm/lua-bz2.git lua-bz2 --branch 0.2.1
8git clone https://github.com/keplerproject/luafilesystem luafilesystem --branch v1_8_0