blob: f099cccd57c37637a2e2ba3b47c33f0f2c0626fc (
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
|
# Archlinux PKGBUILD for swow
This is PKGBUILD for swow
## Usage
You may clone this via [github](https://github.com/swow/PKGBUILD) or [aur](https://aur.archlinux.org/php-swow.git) and use `makepkg` to make archlinux packages
```bash
# clone it
git clone https://github.com/swow/PKGBUILD php-swow
# cd into it
cd php-swow
# make package
makepkg -Cf
# install it
pacman -U php-swow-<ver>.tar.zst
```
Or, use an aur helper
```
yay -S php-swow
# or
aurman -S php-swow
```
|