diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a3ad0dc --- /dev/null +++ b/.editorconfig @@ -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 \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..b39c003 --- /dev/null +++ b/README.md @@ -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 <> /etc/pacman.conf <