This script is to clone libretro cores to local folder.
Retroarch Cores URL list are based on Retroarch's config.def.h
To use this script, you only need wget
on linux:
sudo apt update
sudo apt install wget
On macos:
brew update
brew install wget
Clone this repository
git clone https://github.com/junian/libretro-cloner.git
Go to the folder.
cd libretro-cloner
Execute run.sh
and wait
./run.sh
After finished, you'll see buildbot.libretro.com
folder.
You can start a http server, on top of buildbot.libretro.com
directory.
I provide a docker compose file that will start a web server by using dufs
.
docker compose up -d
Then open http://127.0.0.1:5000
from your web browser.