From 598912569d3a4ede59317824a37bbce9e7149d77 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Fri, 8 Mar 2024 11:16:25 -0600 Subject: [PATCH] Update README --- README.txt | 2 ++ 1 file changed, 2 insertions(+) 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.