# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit savedconfig git-r3 DESCRIPTION="A suckless status monitor that uses WM_NAME or stdin" HOMEPAGE="https://tools.suckless.org/slstatus/" EGIT_REPO_URI="https://git.suckless.org/slstatus" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" IUSE="savedconfig" DEPEND=" x11-libs/libX11 " RDEPEND="${DEPEND}" src_configure() { default restore_config config.h } src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install save_config config.h }