Go to file
Markus Pesch 097fa5d3f8
fix(x86_64/uddns): versioning
2020-04-29 16:19:11 +02:00
any add(any/mint-backgrounds): Init 2020-04-28 23:41:10 +02:00
armv5 fix: renamed arm directories 2019-12-12 21:20:03 +01:00
armv6 fix: renamed arm directories 2019-12-12 21:20:03 +01:00
armv7 fix: renamed arm directories 2019-12-12 21:20:03 +01:00
x86_64 fix(x86_64/uddns): versioning 2020-04-29 16:19:11 +02:00
.editorconfig add: description and mirror configurations 2019-12-11 21:54:58 +01:00
.gitmodules add(x86_64/uddns): Init 2020-04-29 15:59:13 +02:00
README.md fix(README): notice to checkout the submodules 2020-01-04 22:29:00 +01:00

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

Any Repository

Add the any repository to the pacman.conf.

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

# A repo for Markus Pesch's own projects:
# - https://github.com/volker-raschek
# - https://git.cryptic.systems/volker.raschek
[cs_any]
Server = https://arch.cryptic.systems/any/
EOF

x86_64 Repository

Add the x86_64 repository to the pacman.conf.

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

# A repo for Markus Pesch's own projects:
# - https://github.com/volker-raschek
# - https://git.cryptic.systems/volker.raschek
[cs_x86_64]
Server = https://arch.cryptic.systems/x86_64/
EOF

armv7 Repository

Add the armv7 repository to the pacman.conf.

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

# A repo for Markus Pesch's own projects:
# - https://github.com/volker-raschek
# - https://git.cryptic.systems/volker.raschek
[cs_armv7]
Server = https://arch.cryptic.systems/armv7/
EOF