From f9a8ac22881533281673a2abd59f4fd69feeaa00 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 4 Mar 2025 02:06:52 -0300 Subject: [wip] "poor man's submodules" --- vendor/fetch_all_vendored.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 vendor/fetch_all_vendored.sh 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 @@ +#!/usr/bin/env bash + +git clone https://github.com/lunarmodules/md5 md5 --branch 1.3 +git clone https://github.com/lunarmodules/luasocket luasocket --branch v3.1.0 +git clone https://github.com/lunarmodules/luasec luasec --branch v1.3.2 +git clone https://github.com/brimworks/lua-zlib.git lua-zlib --branch v1.2 +git clone https://github.com/hishamhm/lua-bz2.git lua-bz2 --branch 0.2.1 +git clone https://github.com/keplerproject/luafilesystem luafilesystem --branch v1_8_0 -- cgit v1.2.3-55-g6feb