aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: dc6214068fa2b4a9185c3610ae51202e08cc9c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#### Creating the `swcdb-lib-thrift-c` Package

* Clone the package from AUR:
```
git clone https://aur.archlinux.org/swcdb-lib-thrift-c.git;
```


* Configure, Build and Create the Package:
```
# while at the folder of `PKGBUILD`
cd swcdb-lib-thrift-c;
chmod -R 777 ./;

sudo -u swcdb_builder makepkg --printsrcinfo > .SRCINFO;
sudo -u swcdb_builder makepkg -s -r;

# Install
sudo -u swcdb_builder makepkg -i;
```