blob: a6b1c90b1d6abca6c6a794f675c7b7b40a773435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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).
|