diff options
| author | baldr333 <ra@afu.re> | 2025-08-02 16:35:19 -0400 |
|---|---|---|
| committer | baldr333 <ra@afu.re> | 2025-08-02 16:35:19 -0400 |
| commit | 27b01276c998d8ae29477dbb87e1d16df31e4a42 (patch) | |
| tree | 5946198bf9f7892f0c57d23c687d96a7563fdbc4 /x11-misc/dwmblocks/dwmblocks-9999.ebuild | |
| parent | 3b14cc3d01e1fffc8fa24932dda903b38fe09705 (diff) | |
Cleanup ...
Diffstat (limited to 'x11-misc/dwmblocks/dwmblocks-9999.ebuild')
| -rw-r--r-- | x11-misc/dwmblocks/dwmblocks-9999.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-misc/dwmblocks/dwmblocks-9999.ebuild b/x11-misc/dwmblocks/dwmblocks-9999.ebuild deleted file mode 100644 index 98a62fd..0000000 --- a/x11-misc/dwmblocks/dwmblocks-9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit git-r3 savedconfig - -DESCRIPTION="Modular status bar for dwm" -HOMEPAGE="https://github.com/LukeSmithxyz/dwmblocks" -EGIT_REPO_URI="https://github.com/LukeSmithxyz/dwmblocks.git" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - - -RDEPEND=" - x11-libs/libX11 -" - -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - default -} - -src_compile() { - emake PREFIX="/usr" -} - -src_install() { - emake DESTDIR="${D}" install - einstalldocs - save_config config.h - -} - |
