aboutsummaryrefslogtreecommitdiff
blob: d3e8c454b56d16abce0407823066b118f4756499 (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-2020 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"
SRC_URI=""

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

IUSE=""

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

S="${FILESDIR}"

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