sys-process/earlyoom - 1.0 (pixlra)

Search

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
1.0 6 ~amd64 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Early out-of-memory killer that runs in user-space"
HOMEPAGE="https://github.com/rfjakob/earlyoom"
SRC_URI="https://github.com/rfjakob/earlyoom/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

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

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

Manifest for 1.0

Type File Size Source URLs
DIST earlyoom-1.0.tar.gz 13706 bytes https://github.com/rfjakob/earlyoom/archive/v1.0.tar.gz