Skip to content

Commit 8bb32c3

Browse files
authored
Add README.md with a draft description
1 parent 3e98788 commit 8bb32c3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# archpkg
2+
PKGBUILDs and a package repository for Archlinux (x86_64 and aarch64)
3+
4+
Few PKGBUILDs with the main intent to provide a PKGBUILD for `linux-aarch64-rpi`, a kernel package for generic Archlinux ARM aarch64 installs with all drivers and additions from the raspberrypi-linux kernel tree, based on the official `linux-aarch64` and `linux-rpi` packages.
5+
6+
Binary packages (x86_64, aarch64) plus repository metadata are provided aswell, containing a few more packages built from official AUR (for easier installation and to save build time).
7+
8+
## How to install and use the repository
9+
10+
Note: Neither the packages nor the repository are signed!
11+
12+
Add to /etc/pacman.conf:
13+
```
14+
[herrnst-archpkg]
15+
SigLevel = Optional TrustAll
16+
Server = https://raw.githubusercontent.com/herrnst/archpkg/master/packages/$arch/
17+
```

0 commit comments

Comments
 (0)