# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="highly flexible status line for the i3 window manager" HOMEPAGE="https://github.com/vivien/i3blocks-contrib" GIT_HASH="45e56799298f04ccaaab7db69b3674667f990ed8" SRC_URI="https://github.com/vivien/${PN}/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" DEPEND=" app-admin/sysstat sys-power/acpi " DEPEND="${DEPEND}" BDEPEND="" src_unpack() { default mv ${PN}-* "${S}" } src_prepare() { default sed -i 's#PREFIX = .*#PREFIX = /usr#' Makefile } src_install() { emake -j1 DESTDIR="${D}" install }