Update README

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

@ -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.