From d6f001b9e0286a0f15de44d0522466299b6b54bd Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Fri, 8 Mar 2024 11:04:25 -0600 Subject: [PATCH] Add README --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..2079589 --- /dev/null +++ b/README.txt @@ -0,0 +1,6 @@ +Generic script to mass compile a ton of PKGBUILDs. Currently configured to build plasma 6. +To use: place a set of PKGBUILD names from https://packages.archlinux.org into packages.txt. +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. +Feel free to contribute to my script if you want to improve it!