# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

DESCRIPTION="Script to follow log of running portage builds"
HOMEPAGE="https://github.com/junghans/cj-overlay"

S="${FILESDIR}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~x86-linux ~x64-macos"

RDEPEND="
	app-shells/bash
	sys-apps/coreutils
	sys-apps/portage
"

src_install () {
	newbin "${P}" "${PN}"
}