This repository has been archived on 2025-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-04-11 13:41:25 +02:00
container-logs@3c30f20b5a
cs-dev-sshkeys
deltarpm@4f7cc62180
docker-pushrm@0179e5c7cb
fh-trier-tnsnamesora
flucky@62db86f96a
git-prompt
masterpdfeditor-free
mint-backgrounds@abd3320b88
mint-backgrounds-helena@93b6b08113
mint-backgrounds-isadora@8ed065badc
mint-backgrounds-julia@6e18aa5165
mint-backgrounds-katya@d6814c5eed
mint-backgrounds-lisa@a0abb942b8
mint-backgrounds-maya@cc967abf7e
mint-backgrounds-nadia@447c5a604e
mint-backgrounds-olivia@6d0f77d8fe
mint-backgrounds-petra@51c4ea78c8
mint-backgrounds-qiana@9817dc4e42
mint-backgrounds-rafaela@8f02f438d9
mint-backgrounds-rebecca@0d58555118
mint-backgrounds-rosa
mint-backgrounds-sarah
mint-backgrounds-serena
mint-backgrounds-sonya
mint-backgrounds-sylvia
mint-backgrounds-tara
mint-backgrounds-tessa
mint-backgrounds-tina
mint-backgrounds-tricia
mint-backgrounds-ulyana
mint-backgrounds-ulyssa@ee076701b1
postfix-policyd-spf-perl
rpm-builder@869b87dd8d
rpm-org@614c5ab8a1
ubuntu-backgrounds-bionic@743e75255e
ubuntu-backgrounds-focal@80a09135be
ubuntu-backgrounds-groovy@9bd2867d40
ubuntu-backgrounds-trusty@2dfc98513c
ubuntu-backgrounds-xenial@5df1085a93
.editorconfig
.gitmodules
README.md

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

For any architectures

Add the any repository to the pacman.conf. Any implies all system architectures.

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

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

Specific architectures

Add a specific repository to the pacman.conf, which contains only specific system architecture packages.

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

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