# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( lua5-4 lua5-5 ) HYPRPM_REPO_URI="https://github.com/VirtCode/hypr-dynamic-cursors.git" inherit hyprpm lua-single DESCRIPTION="a plugin to make your hyprland cursor more realistic, also adds shake to find" HOMEPAGE="https://github.com/VirtCode/hypr-dynamic-cursors" LICENSE="MIT" SLOT="0" REQUIRED_USE="${LUA_REQUIRED_USE}" DEPEND="${LUA_DEPS}" BDEPEND="virtual/pkgconfig" src_compile() { emake all EXTRA_CXXFLAGS="${CXXFLAGS} $(lua_get_CFLAGS)" }