summaryrefslogtreecommitdiff
path: root/gui-wm/dwlb/dwlb-9999.ebuild
diff options
context:
space:
mode:
authorbaldr333 <ra@afu.re>2025-08-02 21:32:10 -0400
committerbaldr333 <ra@afu.re>2025-08-02 21:34:00 -0400
commit4598ad52938cb30583b07d937d4efbc9f0eee2a2 (patch)
tree4ea0f90880dc128401f43aebe0be6cf0ba60fded /gui-wm/dwlb/dwlb-9999.ebuild
parentb4b1efa132645d0cba42cd9800c1f48201cc123c (diff)
add dwl-9999.ebuild & dwlb-9999.ebuild
Diffstat (limited to 'gui-wm/dwlb/dwlb-9999.ebuild')
-rw-r--r--gui-wm/dwlb/dwlb-9999.ebuild33
1 files changed, 33 insertions, 0 deletions
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
+}
+