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