summaryrefslogtreecommitdiff
blob: f840fde41543bb2d4b801dae0a60029aca62a1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit git-r3

DESCRIPTION="Early out-of-memory killer that runs in user-space"
HOMEPAGE="https://github.com/rfjakob/earlyoom"

EGIT_REPO_URI="https://github.com/rfjakob/earlyoom.git"
EGIT_BRANCH="master"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

DISTDDIR=$WORKDIR

src_install() {
	dobin earlyoom
	doinitd "${FILESDIR}/earlyoom"
}