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.
Markus Pesch 6b9c936c52
All checks were successful
continuous-integration/drone/push Build is passing
fix(mint-backgrounds): add mint-backgrounds-victoria
2023-06-23 09:34:02 +02:00
2023-04-12 23:21:05 +02:00
2020-08-19 19:00:07 +02:00
2023-06-10 15:50:51 +02:00
2023-06-10 14:31:23 +02:00
2020-08-19 19:00:10 +02:00
2021-12-12 17:23:00 +01:00
2020-12-30 11:09:35 +01:00

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
Description
No description provided
Readme 186 KiB
Languages
Shell 100%