An open API service indexing awesome lists of open source software.

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

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

![RepoMan](https://github.com/adjust/gentoo-overlay/actions/workflows/repoman.yml/badge.svg)

## 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.