# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="HyprExpo is an overview plugin like Gnome, KDE or wf." HOMEPAGE="https://github.com/hyprwm/hyprland-plugins" LICENSE="BSD" SLOT="0" HYPRPM_REPO_URI="https://github.com/hyprwm/hyprland-plugins.git" inherit hyprpm src_compile() { emake -C hyprexpo all } src_install() { hyprpm_doplugin hyprexpo/hyprexpo.so }