/myov

My Overlay - custom Gentoo overlay from XGQT

Primary LanguageShellGNU General Public License v2.0GPL-2.0

My Overlay

https://gitlab.com/xgqt/myov/badges/master/pipeline.svg https://img.shields.io/badge/feed-atom-orange.svg https://img.shields.io/badge/license-GPLv2-blue.svg

Purpose

Collection of ebuild scripts of the programs I created/maintain.

Adding the overlay

Official list

layman -a myov

or

eselect repository enable myov

From URL

layman -o "https://gitlab.com/xgqt/myov/raw/master/repositories.xml" -f -a myov

or

eselect repository add myov git "https://gitlab.com/xgqt/myov"

Manual

Create the /etc/portage/repos.conf/myov.conf file with following contents:

[myov]
location = /var/db/repos/myov
sync-uri = https://gitlab.com/xgqt/myov.git
sync-type = git
auto-sync = yes