https://github.com/askdkc/dkc-pgroonga-archrepo
Unofficial Personal Arch Repo for PGroonga
https://github.com/askdkc/dkc-pgroonga-archrepo
Last synced: 5 months ago
JSON representation
Unofficial Personal Arch Repo for PGroonga
- Host: GitHub
- URL: https://github.com/askdkc/dkc-pgroonga-archrepo
- Owner: askdkc
- License: mit
- Created: 2025-03-16T05:23:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-05T13:47:31.000Z (9 months ago)
- Last Synced: 2025-10-05T15:18:10.503Z (9 months ago)
- Size: 312 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unofficial Personal Arch Repo for PGroonga
## How to use
Add this repo in your `/etc/pacman.conf` by following the steps below:
1. sudo open `/etc/pacman.conf`
``` bash
sudo vi /etc/pacman.conf
```
2. Add following line to the bottom of `pacman.conf`
``` vim
[dkc-pgroonga-archrepo]
SigLevel = Optional
Server = https://raw.githubusercontent.com/askdkc/$repo/refs/heads/main/$arch
```
3. Update pacman
``` bash
sudo pacman -Syyu
```
4. Install pgroonga
``` bash
sudo pacman -Sy pgroonga
```