aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1ea582c27dfe535648060d32658ad3a5c61bcebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# MrRoy-Overlay
My personal Gentoo overlay. This is mostly a sandbox; I usually push ebuilds in a usable state to GURU, so don't assume that these ebuilds are in a usable state.

# Packages
[net-misc/xmrig-mo](https://github.com/MoneroOcean/xmrig)  
[app-crypt/clevis](https://github.com/latchset/clevis)
[dev-libs/luksmeta](https://github.com/latchset/luksmeta)
[dev-libs/jose](https://github.com/latchset/jose)
[dev-libs/tang](https://github.com/latchset/tang)

# Installation
Add a new file in /etc/portage/repos.conf/
For example, /etc/portage/repos.conf/MrRoy-Overlay.conf
In this file, put the content below:

	[MrRoy-Overlay]
	location = /var/db/repos/MrRoy-Overlay
	clone-depth = 0
	sync-type = git
	sync-uri = https://git.jroy.ca/MrRoy-Overlay
	auto-sync = yes

Finally, run `emerge --sync MrRoy-Overlay`