1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit cmake toolchain-funcs
8 DESCRIPTION
="A dynamic Linux tiling window manager for Xorg"
9 HOMEPAGE
="https://github.com/hyprwm/Hypr"
10 SRC_URI
="https://github.com/hyprwm/Hypr/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
15 S
="${WORKDIR}/Hypr-${PV}"
17 DEPEND
="x11-libs/cairo
22 x11-libs/xcb-util-cursor
23 x11-libs/xcb-util-keysyms
30 ewarn
"Only GCC is officially supported as compiler"
31 ewarn
"Proceed with your own caution"
36 dobin
"${BUILD_DIR}/Hypr"
37 dodoc
"${S}/example/hypr.conf"