diff options
Diffstat (limited to 'gui-wm/dwlb/dwlb-9999.ebuild')
| -rw-r--r-- | gui-wm/dwlb/dwlb-9999.ebuild | 33 |
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 +} + |
