blob: c51a00527b41d2eb4907af970769ec1d71accdf6 (
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
|
# Synx AUR Package
This is the AUR package for synx, a CLI-first universal syntax validator and linter dispatcher.
## Package Maintenance
1. Update package version:
- Update `pkgver` in PKGBUILD
- Update source SHA256 sum
- Regenerate .SRCINFO: `makepkg --printsrcinfo > .SRCINFO`
2. Test build:
```bash
makepkg -si
```
3. Commit and push changes.
## Installation
Users can install this package using an AUR helper:
```bash
yay -S synx
# or
paru -S synx
```
Or manually:
```bash
git clone https://aur.archlinux.org/synx.git
cd synx
makepkg -si
```
|