summaryrefslogtreecommitdiff
blob: 096e6a77d9960c58262e0e5133677310d1caaab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

EGIT_REPO_URI="https://github.com/akhuettel/chr.git"
inherit git-r3

DESCRIPTION="Set of chroot scripts, handled as OpenRC services"

HOMEPAGE="https://github.com/akhuettel/chr"
LICENSE="GPL-2"

KEYWORDS=""
IUSE=""

SLOT="0"

src_install() {
	doinitd init.d/chr
	doconfd conf.d/chr
}