diff --git a/README.txt b/README.txt index 2482710..a953cce 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,5 @@ +WARNING: This script is very much hacked together. It also assumes you're building on Arch Linux or an Arch Linux based distro, since it uses makepkg. It also will pollute the install you run it on since it automatically installs every package it builds (for dependency managemnent). Please only use this if you understand the above. + 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.