Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crux-arm/crux-ports-odroidxu4-arm
CRUX-ARM ports overlay for Odroid XU4
https://github.com/crux-arm/crux-ports-odroidxu4-arm
arm armv7 crux crux-arm crux-ports odroid-xu4
Last synced: about 1 month ago
JSON representation
CRUX-ARM ports overlay for Odroid XU4
- Host: GitHub
- URL: https://github.com/crux-arm/crux-ports-odroidxu4-arm
- Owner: crux-arm
- License: gpl-3.0
- Created: 2022-08-30T13:17:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T13:40:31.000Z (about 1 year ago)
- Last Synced: 2023-11-06T14:48:07.760Z (about 1 year ago)
- Topics: arm, armv7, crux, crux-arm, crux-ports, odroid-xu4
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# crux-ports-odroidxu4-arm
CRUX-ARM ports overlay for Odroid XU4
To use these ports, download the `odroidxu4-arm.httpup` file to `/etc/ports`:
```
$ sudo wget -P /etc/ports https://raw.githubusercontent.com/crux-arm/crux-ports-odroidxu4-arm/main/odroidxu4-arm.httpup
$ sudo ports -u odroidxu4-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/odroidxu4-arm
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
```