Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crux-arm/crux-ports-xorg-arm64
CRUX-ARM aarch64 ports overlay for CRUX xorg collection
https://github.com/crux-arm/crux-ports-xorg-arm64
aarch64 arm arm64 crux crux-arm crux-ports
Last synced: about 1 month ago
JSON representation
CRUX-ARM aarch64 ports overlay for CRUX xorg collection
- Host: GitHub
- URL: https://github.com/crux-arm/crux-ports-xorg-arm64
- Owner: crux-arm
- License: gpl-3.0
- Created: 2022-08-28T19:54:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T15:49:29.000Z (about 1 month ago)
- Last Synced: 2024-11-23T16:32:43.265Z (about 1 month ago)
- Topics: aarch64, arm, arm64, crux, crux-arm, crux-ports
- Language: Shell
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# crux-ports-xorg-arm64
CRUX-ARM aarch64 ports overlay for CRUX xorg collection
To use these ports, download the `xorg-arm64.httpup` file to `/etc/ports`:
```
$ sudo wget -P /etc/ports https://raw.githubusercontent.com/crux-arm/crux-ports-xorg-arm64/3.6/xorg-arm64.httpup
$ sudo ports -u xorg-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/core-arm64
prtdir /usr/ports/opt-arm64
prtdir /usr/ports/xorg-arm64
prtdir /usr/ports/core
prtdir /usr/ports/xorg
prtdir /usr/ports/xorg
```