Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nixers-projects/uh-portage
The Former UnixHub Gen/Funtoo Portage Overlay
https://github.com/nixers-projects/uh-portage
Last synced: about 1 month ago
JSON representation
The Former UnixHub Gen/Funtoo Portage Overlay
- Host: GitHub
- URL: https://github.com/nixers-projects/uh-portage
- Owner: nixers-projects
- Created: 2013-08-30T12:20:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T20:19:45.000Z (over 9 years ago)
- Last Synced: 2024-03-27T05:50:32.834Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 322 KB
- Stars: 1
- Watchers: 25
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
uh-portage
==========__Notice__: This repo is not being updated anymore, pull requests may be accepted.
UnixHub Gen/Funtoo portage overlay.
## Use it!
This overlay cannot _(yet?)_ be found in the layman registry. To use it, you have two options:
### Using layman
While this repo is not in the official layman registry, it can be sideloaded.
```
layman -o https://raw.github.com/nixers-projects/uh-portage/master/repository.xml -a uh-portage
layman --sync
```### The Manual Way
Clone the repository, and add the following to your /etc/portage/make.conf
```make
PORTDIR_OVERLAY="/path/to/uh-portage
```And that's it.