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

EAPI=8

DESCRIPTION="A daemon that collect TOP for CPU usage by processess for some time."
HOMEPAGE="https://github.com/Anoncheg1/anonch-overlay"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
RESTRICT="fetch"


src_unpack() {
    mkdir -p $S
}

src_install() {
    newbin "${FILESDIR}"/heaviest-get.py heaviest-get
    newbin "${FILESDIR}"/heaviest-cpu-daemon.sh heaviest-cpu-daemon
    newinitd "${FILESDIR}/heaviest.initd" "heaviest"
}