aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 9933263b287230424172d3c7418ef629b0998aaf (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
27
28
29
30
31
32
33
# Interception-fluent

Check the [source](https://github.com/Lixissimus/fluent) README for information on how to use this package

## Build locally

Install `devtools`:

```sh
sudo pacman -S devtools
```

Build in chroot:

```sh
pkgctl build
```

Build and also update checksum:

```sh
pkgctl build --update-checksums
```

## Add new ssh key

Create keypair in file `aur` and `aur.pub`, then add to `~/.ssh/config`

```
Host aur.archlinux.org
  IdentityFile ~/.ssh/aur
  User aur
```