diff options
author | xengineering <me@xengineering.eu> | 2022-05-29 22:19:45 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-29 22:19:45 +0200 |
commit | 5036b57ea2f277c7e12aef499865b5eafdb67731 (patch) | |
tree | 469f554b41aeea639237b51d985413956fd52353 /README.txt | |
parent | c14c11792652f65fe3d73417f3c545ab03816ac8 (diff) | |
download | pkgbuilds-5036b57ea2f277c7e12aef499865b5eafdb67731.tar pkgbuilds-5036b57ea2f277c7e12aef499865b5eafdb67731.tar.zst pkgbuilds-5036b57ea2f277c7e12aef499865b5eafdb67731.zip |
Update README and switch to .txt
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..a6b1c90 --- /dev/null +++ b/README.txt @@ -0,0 +1,26 @@ + + +--------- +pkgbuilds +--------- + +This is my personal collection of packaging files for Arch Linux (PKGBUILDS). + + +Usage +----- + +Just clone this repository and run these commands to install <software>: + + cd pkgbuilds/<software> + makepkg -si + +This will install all needed dependencies (-s), build the package and install +(-i) it. + +You can remove the package with this command: + + pacman -Rsn <software> + +This will remove (-R) the package including the dependencies (-s) and all +configuration files (-n). |