My Arch Linux repository.
Go to file
Santiago Lo Coco 657fc2e2dc Update database 2022-08-23 13:54:01 -03:00
aarch64 Update database 2022-08-23 13:54:01 -03:00
any Update zaread-git 2022-08-23 16:47:51 +00:00
x86_64 Update database 2022-08-23 13:54:01 -03:00
LICENSE.md Add LICENSE.md 2022-02-02 22:22:26 -03:00
README.md Fix typo 2022-05-17 07:49:01 -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 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 calrepo/zaread-git

Contributing

PRs are welcome.

License

MIT