Update README

master
Caleb Fontenot 2024-03-08 11:07:23 +07:00
parent d6f001b9e0
commit 541514b570
1 changed files with 2 additions and 0 deletions

@ -3,4 +3,6 @@ To use: place a set of PKGBUILD names from https://packages.archlinux.org into p
The script will then attempt to recursively clone all of the packages, then use makepkg --printsrcinfo to resolve the dependencies.
It will then attempt to clone the dependent packages, and if it encounters a package that doesn't exist, it will automatically timeout after 10 seconds.
There's probably a MUCH better way of handling these things, but I am currently unaware of it.
Edit the delete=() array in clone.sh if you'd like to skip packages for whatever reason (say for example, the script picks up a package that only exists as a seperate package function in a PKGBUILD)
Feel free to contribute to my script if you want to improve it!