Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 615 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 615 Bytes

crux-ports-opt-arm

CRUX-ARM ports overlay for CRUX opt collection

To use these ports, download the opt-arm.httpup file to /etc/ports:

$ sudo wget -P /etc/ports https://raw.githubusercontent.com/crux-arm/crux-ports-opt-arm/3.6/opt-arm.httpup
$ sudo ports -u opt-arm

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/core-arm
prtdir /usr/ports/opt-arm
prtdir /usr/ports/xorg-arm
prtdir /usr/ports/core
prtdir /usr/ports/opt
prtdir /usr/ports/xorg