diff options
author | xengineering <me@xengineering.eu> | 2022-08-08 16:35:53 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-08-08 16:35:53 +0200 |
commit | eacc2a03178d3168e20271f880add18b18be39bd (patch) | |
tree | 203a9d48f3822ce5625c6afaa769a71bfc840fde /README.txt | |
parent | b8f84a9ade9890be3a0ac382aacde3d1ea45048a (diff) | |
download | pkgbuilds-eacc2a03178d3168e20271f880add18b18be39bd.tar pkgbuilds-eacc2a03178d3168e20271f880add18b18be39bd.tar.zst pkgbuilds-eacc2a03178d3168e20271f880add18b18be39bd.zip |
Write documentation about AUR
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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 <software>: +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/<software> 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/<software>` to use PKGBUILD files +from the Arch Linux user repository which I use myself. You can remove the package with this command: |