From 4598ad52938cb30583b07d937d4efbc9f0eee2a2 Mon Sep 17 00:00:00 2001 From: baldr333 Date: Sat, 2 Aug 2025 21:32:10 -0400 Subject: add dwl-9999.ebuild & dwlb-9999.ebuild --- gui-wm/dwlb/dwlb-9999.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 gui-wm/dwlb/dwlb-9999.ebuild (limited to 'gui-wm/dwlb/dwlb-9999.ebuild') diff --git a/gui-wm/dwlb/dwlb-9999.ebuild b/gui-wm/dwlb/dwlb-9999.ebuild new file mode 100644 index 0000000..d519d4a --- /dev/null +++ b/gui-wm/dwlb/dwlb-9999.ebuild @@ -0,0 +1,33 @@ +# 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 +} + -- cgit v1.2.3