My Arch Linux repository.
Go to file
Santiago Lo Coco 91e711103e Remove i686 from build.sh 2022-02-10 12:36:48 -03:00
aarch64 Rebuild all the db and update symlinks 2022-02-06 18:10:45 -03:00
any Remove 'any' symlinks 2022-02-06 16:51:12 -03:00
x86_64 Rebuild all the db and update symlinks 2022-02-06 18:10:45 -03:00
LICENSE.md Add LICENSE.md 2022-02-02 22:22:26 -03:00
README.md Update README.md 2022-02-06 18:02:02 -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 calread/zaread-git

Contributing

PRs are welcome.

License

MIT