Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crux-arm/crux-ports-opt-arm
CRUX-ARM ports overlay for CRUX opt collection
https://github.com/crux-arm/crux-ports-opt-arm
arm crux crux-arm ports
Last synced: about 1 month ago
JSON representation
CRUX-ARM ports overlay for CRUX opt collection
- Host: GitHub
- URL: https://github.com/crux-arm/crux-ports-opt-arm
- Owner: crux-arm
- License: gpl-3.0
- Created: 2016-09-19T21:34:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T19:05:26.000Z (about 1 month ago)
- Last Synced: 2024-11-23T20:18:40.283Z (about 1 month ago)
- Topics: arm, crux, crux-arm, ports
- Language: Shell
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# crux-ports-opt-armCRUX-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
```