https://github.com/adjust/gentoo-overlay
adjust Gentoo overlay
https://github.com/adjust/gentoo-overlay
Last synced: about 1 year ago
JSON representation
adjust Gentoo overlay
- Host: GitHub
- URL: https://github.com/adjust/gentoo-overlay
- Owner: adjust
- Created: 2015-02-27T11:24:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T11:37:25.000Z (about 1 year ago)
- Last Synced: 2025-04-16T02:06:25.900Z (about 1 year ago)
- Language: Shell
- Size: 7.63 MB
- Stars: 4
- Watchers: 51
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: licenses/eclipse-2.0
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# adjust Gentoo overlay
Welcome to the adjust Gentoo overlay, a collection of tailored and bespoke
ebuilds for the adjust infrastructure.
## Build status

## Setup
To get started using the adjust Gentoo overlay, first emerge the
eselect [repository](https://github.com/mgorny/eselect-repository) module:
```console
# emerge -av eselect-repository
```
Run the following commands as `root` then:
```console
# git clone https://github.com/adjust/gentoo-overlay /var/db/repos/adjust
# eselect repository add adjust git https://github.com/adjust/gentoo-overlay.git
```
The overlay should now appear in `eselect repository`'s list of managed overlays:
```console
# eselect repository list -i
Available repositories:
[22] adjust @
[157] gentoo # (https://gentoo.org/)
```
That's it!
Please make sure to read the `eselect repository usage` command output which
also serves as a helper/manual.