My Arch Linux repository.
Go to file
Santiago Lo Coco 09c152670b Update README.md 2023-10-13 12:07:44 -03:00
aarch64 Sync database files 2022-11-03 08:44:43 -03:00
any Remove bashmount 2022-08-23 13:54:25 -03:00
x86_64 Sync database files 2022-11-03 08:44:43 -03:00
LICENSE.md Update LICENSE.md 2023-10-13 11:43:27 -03:00
README.md Update README.md 2023-10-13 12:07:44 -03:00
build.sh Remove i686 from build.sh 2022-02-10 12:36:48 -03:00

README.md

calrepo

Personal Arch Linux package repository.

Table of contents

Usage

First, you need to download and locally sign my PGP key:

curl -LO slc.ar/pgpkey
sudo pacman-key --add pgpkey
sudo pacman-key --lsign-key 199980CE93F18E62

Then, you need to add

[calrepo]
SigLevel = Required DatabaseOptional
Server = https://slc.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 calrepo/zaread-git

Contributing

PRs are welcome.

License

MIT