PKGBUILDs/README.md

1.2 KiB

PKGBUILDs

This repository contains my private PKGBUILDs. Some PKGBUILDs are also available in the AUR Repository. The compiled binaries can be pulled from my repository.

If you want to clone this repository, don't forget to checkout the git submodules.

git submodule update --init --recursive

Import GPG Key

Import and trust my GPG-Key to verify the gpg signed packages.

pacman-key --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
pacman-key --lsign 9B146D11A9ED6CA7E279EB1A852BCC170D81A982

Any Repository

Add the any repository to the pacman.conf.

cat >> /etc/pacman.conf << 'EOF'

[cs_any]
Server = https://aur.cryptic.systems/any/
EOF

x86_64 Repository

Add the x86_64 repository to the pacman.conf.

cat >> /etc/pacman.conf << 'EOF'

[cs_x86_64]
Server = https://aur.cryptic.systems/x86_64/
EOF

armv7 Repository

Add the armv7 repository to the pacman.conf.

cat >> /etc/pacman.conf << 'EOF'

[cs_armv7]
Server = https://aur.cryptic.systems/armv7/
EOF