personal-website/_projects/calrepo.md

47 lines
700 B
Markdown

---
layout: page
title: calrepo
description: Personal Arch Linux package repository.
github: https://git.slc.ar/slococo/calrepo
importance: 4
category: personal
---
## Usage
First, you need to download and locally sign my `PGP` key:
```
curl -LO slococo.com.ar/pgpkey
sudo pacman-key --add pgpkey
sudo pacman-key --lsign-key 199980CE93F18E62
```
Then, you need to add
```
[calrepo]
SigLevel = Required DatabaseOptional
Server = https://slococo.com.ar/$repo/$arch
```
to the end of `/etc/pacman.conf`.
Now, you must sync the repositories:
```
sudo pacman -Sy
```
Finally, to install, for example `zaread-git`:
```
sudo pacman -S zaread-git
```
or
```
sudo pacman -S calread/zaread-git
```