Add calrepo.md

This commit is contained in:
Santiago Lo Coco 2022-02-10 12:33:18 -03:00
parent f7c36fc77d
commit 0319c71c10
1 changed files with 46 additions and 0 deletions

46
_projects/calrepo.md Normal file
View File

@ -0,0 +1,46 @@
---
layout: page
title: calrepo
description: Personal Arch Linux package repository.
github: https://github.com/santilococo/calrepo
importance: 5
category: personal
---
## Usage <a name="usage"></a>
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
```