blob: 5816cea48d61ae8145ece9cf742126704ab4342b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# pilight
## Description
AUR package for pilight
## Installation
``` bash
mkdir /tmp/pilight; cd /tmp/pilight
curl https://raw.github.com/pschmitt/pilight/master/PKGBUILD
makepkg -si
```
## Links
* AUR page: https://aur.archlinux.org/packages/pilight/
* Upstream: http://www.pilight.org and https://github.com/pilight/pilight
* Git version: https://github.com/pschmitt/pilight-git
|