# calrepo Personal Arch Linux package repository. ## Table of contents - [Usage ](#usage-) - [Contributing ](#contributing-) - [License ](#license-) ## Usage First, you need to download and locally sign my `PGP` key: ```bash curl -LO slococo.com.ar/pgpkey sudo pacman-key --add pgpkey sudo pacman-key --lsign-key 199980CE93F18E62 ``` Then, you need to add ```bash [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`: ```bash sudo pacman -S zaread-git ``` or ```bash sudo pacman -S calread/zaread-git ``` ## Contributing PRs are welcome. ## License [MIT](https://raw.githubusercontent.com/santilococo/calrepo/master/LICENSE.md)