add: description and mirror configurations
This commit is contained in:
parent
37236974fc
commit
163ae794cc
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = false
|
44
README.md
Normal file
44
README.md
Normal file
@ -0,0 +1,44 @@
|
||||
# PKGBUILDs
|
||||
|
||||
This repository contains my private PKGBUILDs. Some PKGBUILDs are also available
|
||||
in the [AUR Repository](https://aur.archlinux.org/packages/?K=volker.raschek&SeB=m).
|
||||
The compiled binaries can be pulled from my [repository](https://arch.cryptic.systems).
|
||||
|
||||
## Import GPG Key
|
||||
|
||||
Import and trust my GPG-Key to verify the gpg signed packages.
|
||||
|
||||
```bash
|
||||
pacman-key --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
|
||||
pacman-key --lsign 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
|
||||
```
|
||||
|
||||
## x86_64 Repository
|
||||
|
||||
Add the [x86_64](https://arch.cryptic.systems/x86_64/) repository to the pacman.conf.
|
||||
|
||||
```bash
|
||||
cat >> /etc/pacman.conf <<EOF
|
||||
|
||||
# A repo for Volker Raschek's own projects:
|
||||
# - https://github.com/volker-raschek
|
||||
# - https://git.cryptic.systems/volker.raschek
|
||||
[cs_x86_64]
|
||||
Server = https://arch.cryptic.systems/$arch/
|
||||
EOF
|
||||
```
|
||||
|
||||
## armv7h Repository
|
||||
|
||||
Add the [armv7h](https://arch.cryptic.systems/armv7h/) repository to the pacman.conf.
|
||||
|
||||
```bash
|
||||
cat >> /etc/pacman.conf <<EOF
|
||||
|
||||
# A repo for Volker Raschek's own projects:
|
||||
# - https://github.com/volker-raschek
|
||||
# - https://git.cryptic.systems/volker.raschek
|
||||
[cs_armv7h]
|
||||
Server = https://arch.cryptic.systems/$arch/
|
||||
EOF
|
||||
```
|
5
armv5h/mirror.conf
Normal file
5
armv5h/mirror.conf
Normal file
@ -0,0 +1,5 @@
|
||||
# A repo for Volker Raschek's own projects:
|
||||
# - https://github.com/volker-raschek
|
||||
# - https://git.cryptic.systems/volker.raschek
|
||||
[cs_armv5h]
|
||||
Server = https://arch.cryptic.systems/$arch/
|
5
armv6h/mirror.conf
Normal file
5
armv6h/mirror.conf
Normal file
@ -0,0 +1,5 @@
|
||||
# A repo for Volker Raschek's own projects:
|
||||
# - https://github.com/volker-raschek
|
||||
# - https://git.cryptic.systems/volker.raschek
|
||||
[cs_armv6h]
|
||||
Server = https://arch.cryptic.systems/$arch/
|
5
armv7h/mirror.conf
Normal file
5
armv7h/mirror.conf
Normal file
@ -0,0 +1,5 @@
|
||||
# A repo for Volker Raschek's own projects:
|
||||
# - https://github.com/volker-raschek
|
||||
# - https://git.cryptic.systems/volker.raschek
|
||||
[cs_armv7h]
|
||||
Server = https://arch.cryptic.systems/$arch/
|
5
x86_64/mirror.conf
Normal file
5
x86_64/mirror.conf
Normal file
@ -0,0 +1,5 @@
|
||||
# A repo for Volker Raschek's own projects:
|
||||
# - https://github.com/volker-raschek
|
||||
# - https://git.cryptic.systems/volker.raschek
|
||||
[cs_x86]
|
||||
Server = https://arch.cryptic.systems/$arch/
|
Loading…
Reference in New Issue
Block a user