Install this version:
emerge -a =x11-apps/inputplug-0.3
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Simple daemon which monitors XInput events and runs arbitrary scripts on hierarchy change events"
HOMEPAGE="https://github.com/andrewshadura/inputplug"
SRC_URI="https://github.com/andrewshadura/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc64"
IUSE=""
src_compile() {
emake CFLAGS="${CFLAGS} -DHAVE_PIDFILE=1 -DHAVE_DAEMON=1"
}
src_install() {
dobin "${PN}"
doman "${PN}.1"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | inputplug-0.3.tar.gz | 7003 bytes | https://github.com/andrewshadura/inputplug/archive/0.3.tar.gz |