blob: 46e0daf81ecea71755fc9a91c5bf34ba41b4ef36 (
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
34
35
36
37
38
39
40
41
|
# playback-appimage
AUR package for [Playback](https://www.epilogue.co), the software for Epilogue
Operator devices.
## Installation
From the AUR:
```bash
yay -S playback-appimage
```
Or manually:
```bash
git clone https://aur.archlinux.org/playback-appimage.git
cd playback-appimage
makepkg -si
```
## Building
```bash
make build # Build the package
make test # Build and run namcap checks
make clean # Remove build artifacts
```
## Updating to a New Version
```bash
make update VERSION=x.y.z
make test
make push
```
## License
The PKGBUILD and associated files are provided as-is. Playback itself is
proprietary software by [Epilogue](https://www.epilogue.co).
|