| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 6 | ~amd64 | 0 |
# 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"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | earlyoom-1.0.tar.gz | 13706 bytes | https://github.com/rfjakob/earlyoom/archive/v1.0.tar.gz |