blob: f8164fd41776db07f4d451a15a1be7e12059aaba (
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
|
# polecat
## Installation
### Fedora
polecat is available as a [COPR repository](https://copr.fedorainfracloud.org/coprs/sentry/polecat/)
```
sudo dnf copr enable sentry/polecat
sudo dnf install polecat
```
### Arch
polecat is available on the [AUR](https://aur.archlinux.org/packages/polecat/)
## Dependencies
polecat depends on:
- libcurl
- json-c
- libarchive
- cmake or make
### [License](LICENSE)
polecat is licensed under MIT so feel free to do what you want with it
|