From eacc2a03178d3168e20271f880add18b18be39bd Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 8 Aug 2022 16:35:53 +0200 Subject: Write documentation about AUR --- README.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index a6b1c90..9e4b132 100644 --- a/README.txt +++ b/README.txt @@ -4,19 +4,27 @@ pkgbuilds --------- -This is my personal collection of packaging files for Arch Linux (PKGBUILDS). +This is my personal collection of packaging files for Arch Linux (PKGBUILDs). +In addition to my own personal PKGBUILD files there are also some from the AUR +which are added as Git submodules. Usage ----- -Just clone this repository and run these commands to install : +Clone the repository to your machine (I prefer the own home directory): + + cd # going to home directory + git clone --recurse-submodules https://cgit.xengineering.eu/pkgbuilds + +Use these commands to build software based on the included PKGBUILD files: cd pkgbuilds/ makepkg -si This will install all needed dependencies (-s), build the package and install -(-i) it. +(-i) it. You can also use `cd pkgbuilds/AUR/` to use PKGBUILD files +from the Arch Linux user repository which I use myself. You can remove the package with this command: -- cgit v1.2.3-70-g09d2