Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 712 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 712 Bytes

crux-ports-raspberrypi5-arm64

CRUX-ARM aarch64 ports overlay for RaspberryPi 5

To use these ports, download the raspberrypi5-arm64.httpup file to /etc/ports:

$ sudo wget -P /etc/ports https://raw.githubusercontent.com/crux-arm/crux-ports-raspberrypi5-arm64/3.7/raspberrypi5-arm64.httpup
$ sudo ports -u raspberrypi5-arm64

You may want to list it first in /etc/prt-get.conf to take advantage of ports overlay:

###
### prt-get conf
###

# note: the order matters: the package found first is used
prtdir /usr/ports/raspberrypi5-arm64
prtdir /usr/ports/core-arm64
prtdir /usr/ports/opt-arm64
prtdir /usr/ports/xorg-arm64
prtdir /usr/ports/core
prtdir /usr/ports/opt
prtdir /usr/ports/xorg