summaryrefslogtreecommitdiff
path: root/sys-apps/madcatz-mouse-restart/madcatz-mouse-restart-1.0.ebuild
blob: 7bd86f1c31c4a0f4831fdb78e792aecbb61f1235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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"
}