portage-overlay

personal portage ebuild repository
git clone anongit@rnpnr.xyz:portage-overlay.git
Log | Files | Refs | Feed | README

dwm-6.4-r99.ebuild (491B)


      1 # Copyright 1999-2023 Gentoo Authors
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=8
      5 
      6 DESCRIPTION="a dynamic window manager for X11 (dependencies only)"
      7 HOMEPAGE="https://dwm.suckless.org/"
      8 
      9 KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
     10 
     11 LICENSE="MIT"
     12 SLOT="0"
     13 IUSE="xinerama static-libs"
     14 
     15 RDEPEND="
     16 	media-libs/fontconfig
     17 	x11-libs/libX11
     18 	>=x11-libs/libXft-2.3.5
     19 	xinerama? ( x11-libs/libXinerama )
     20 "
     21 DEPEND="
     22 	${RDEPEND}
     23 	xinerama? ( x11-base/xorg-proto )
     24 "