My Arch Linux repository.
Go to file
Santiago Lo Coco dadebde086
Update README.md
2022-02-03 00:40:05 -03:00
x86_64 Add unsigned repo files 2022-02-03 00:13:31 -03:00
LICENSE.md Add LICENSE.md 2022-02-02 22:22:26 -03:00
README.md Update README.md 2022-02-03 00:40:05 -03:00

README.md

calrepo

Personal Arch Linux package repository.

Table of contents

Usage

sudo pacman-key --add public.key
sudo pacman-key --lsign-key 199980CE93F18E62

First, you need to add

[calrepo]
SigLevel = Required DatabaseOptional
Server = https://slococo.com.ar/$repo/$arch

to the end of /etc/pacman.conf.

Then, you must sync the repositories:

sudo pacman -Sy

Now, to install, for example zaread-git:

sudo pacman -S zaread-git

or

sudo pacman -S calread/zaread-git

Finally, pacman will ask you if you want to import my PGP key:

:: Import PGP key 199980CE93F18E62, "Santiago Lo Coco <santilococo.01 at gmail dot com>"? [Y/n]

So accept it by typing a Y.

Contributing

PRs are welcome.

License

MIT