# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="A fast, feature-complete bar for dwl" HOMEPAGE="https://github.com/kolunmi/dwlb" EGIT_REPO_URI="https://github.com/kolunmi/dwlb.git" LICENSE="MIT" SLOT="0" KEYWORDS="" IUSE="" DEPEND=" dev-libs/wayland x11-libs/pixman media-libs/fcft " RDEPEND="${DEPEND}" inherit git-r3 src_compile() { emake } src_install() { # Do NOT call "emake install" because it tries to install to /usr/local/bin dobin dwlb dodoc README.md }