Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crux-arm/crux-ports-raspberrypi5-arm64
CRUX-ARM aarch64 ports overlay for RaspberryPi 5
https://github.com/crux-arm/crux-ports-raspberrypi5-arm64
arm arm64 crux crux-arm ports raspberrypi
Last synced: 23 days ago
JSON representation
CRUX-ARM aarch64 ports overlay for RaspberryPi 5
- Host: GitHub
- URL: https://github.com/crux-arm/crux-ports-raspberrypi5-arm64
- Owner: crux-arm
- License: gpl-3.0
- Created: 2024-01-06T01:12:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T08:19:35.000Z (4 months ago)
- Last Synced: 2024-08-23T09:33:57.078Z (4 months ago)
- Topics: arm, arm64, crux, crux-arm, ports, raspberrypi
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```