# Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Fix to reload Mad Catz RAT 6+ on wakeup" LICENSE="GPL-3.0+" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="sys-auth/elogind" RDEPEND="${DEPEND}" src_install() { exeinto /lib64/elogind/system-sleep doexe "${FILESDIR}/madcatz-rat6" }