From 0319c71c10c279272d7b7d29af508bfb9faa00b3 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 10 Feb 2022 12:33:18 -0300 Subject: [PATCH] Add calrepo.md --- _projects/calrepo.md | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 _projects/calrepo.md diff --git a/_projects/calrepo.md b/_projects/calrepo.md new file mode 100644 index 0000000..60a73f6 --- /dev/null +++ b/_projects/calrepo.md @@ -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 + +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 +``` \ No newline at end of file