diff --git a/x11-wm/hypr/hypr-9999.ebuild b/x11-wm/hypr/hypr-9999.ebuild new file mode 100644 index 00000000000..c66c81b9cc4 --- /dev/null +++ b/x11-wm/hypr/hypr-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake git-r3 toolchain-funcs + +DESCRIPTION="A dynamic Linux tiling window manager for Xorg" +HOMEPAGE="https://github.com/hyprwm/Hypr" +EGIT_REPO_URI="https://github.com/hyprwm/Hypr.git" + +LICENSE="BSD" +SLOT="0" + +DEPEND="x11-libs/cairo + dev-util/ninja + x11-libs/libxcb + x11-base/xcb-proto + x11-libs/xcb-util + x11-libs/xcb-util-cursor + x11-libs/xcb-util-keysyms + x11-libs/xcb-util-wm + dev-cpp/gtkmm:3.0 + gui-libs/gtk" + +src_prepare() { + if tc-is-clang; then + ewarn "This programs fails to build with clang" + ewarn "Proceed with your own caution" + fi + cmake_src_prepare + } + +src_install() { + dobin "${BUILD_DIR}/Hypr" + dodoc "${S}/example/hypr.conf" +} diff --git a/x11-wm/hypr/metadata.xml b/x11-wm/hypr/metadata.xml new file mode 100644 index 00000000000..ab4956fcc23 --- /dev/null +++ b/x11-wm/hypr/metadata.xml @@ -0,0 +1,14 @@ + + + + + example@example.com + Hypr Development + Hyprland development team + + + https://github.com/hyprwm/Hypr/releases + https://github.com/hyprwm/Hypr/issues + hyprwm/Hypr + +