aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 08c8f1c3f42322bc9ef23b667b9bc73d18072329 (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
# ffstudio-bin

PKGBUILD for the AUR package ffstudio-bin.

### Description

FFStudio (prebuilt/binary package). This PKGBUILD packages the FFStudio application using upstream binary sources.

### Installation

a. Install from AUR

Install `ffstudio-bin` using the AUR helper of your choice.

e.g. `paru -S ffstudio-bin`

b. Install from PKGBUILD

1. Download or clone the AUR repository containing this PKGBUILD.
2. In the directory with the PKGBUILD, run:
   ```
   makepkg -si
   ```

This will build and install the ffstudio-bin package.

Upstream
Upstream project and source: https://github.com/Draver93/ff-studio/

License
See the upstream repository for author and license information.

Reporting issues

- For upstream bugs or feature requests, please open an issue on the upstream GitHub repo.
- For packaging-related issues, use the AUR package page comments or issue tracker.