sys-process/earlyoom - 9999 (pixlra)

Search

Install

Install this version:

emerge -a =sys-process/earlyoom-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-process/earlyoom-9999

Or alternatively:

emerge --autounmask-write -a =sys-process/earlyoom-9999

Package Information

Description:
Early out-of-memory killer that runs in user-space
Homepage:
https://github.com/rfjakob/earlyoom
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 6 0
View Raw Ebuild
# 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"
}

Inherited Eclasses