summaryrefslogtreecommitdiff
path: root/gui-wm/dwlb
diff options
context:
space:
mode:
Diffstat (limited to 'gui-wm/dwlb')
-rw-r--r--gui-wm/dwlb/Manifest1
-rw-r--r--gui-wm/dwlb/dwlb-9999.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/gui-wm/dwlb/Manifest b/gui-wm/dwlb/Manifest
new file mode 100644
index 0000000..dca3310
--- /dev/null
+++ b/gui-wm/dwlb/Manifest
@@ -0,0 +1 @@
+EBUILD dwlb-9999.ebuild 576 BLAKE2B 4099428c6273736d5586e0996b7643aecb37adaadd3aa619f49c913ab6f10e8418c35940fb682b7fc3f4e6c88944fe5ecbb19efa4274346de70ff92a6bcc7adf SHA512 449744245ac3aa4acdcacf237ddfec4ff2475c6c8d53fd77f28493bc03dc2b63aec9a1f3e7ee8572edb7774458243703a4d032b8407238398d2b060f73e0e077
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
+}
+