/overlay

Gentoo overlay

Primary LanguageShellMIT LicenseMIT

Gentoo overlay

Github actions
Github Actions test status

Install as local overlay

Use the following command:

sudo tee /etc/portage/repos.conf/andrew-aladev.conf << END
[andrew-aladev]
location = /var/db/repos/andrew-aladev
sync-type = git
sync-uri = https://github.com/andrew-aladev/overlay.git
END

Install as layman overlay

Use the following command:

sudo layman -o "https://raw.githubusercontent.com/andrew-aladev/overlay/master/repositories.xml" -a andrew-aladev

Usage

Overlay will be updated during global sync.

emerge --sync

Than you can install some package

emerge -v category/name

CI

Please visit scripts/test-images. See universal test script scripts/ci_test.sh for CI.

License

MIT license, see LICENSE and AUTHORS.