# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 [[ "${PV}" == 9999* ]] && inherit git-r3 DESCRIPTION="banish the mouse cursor when typing, show it again when the mouse moves" SLOT="0" HOMEPAGE="https://github.com/jcs/xbanish" EGIT_REPO_URI="https://github.com/jcs/${PN}.git" LICENSE="BSD" KEYWORDS="" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXfixes x11-libs/libXi" DEPEND="${RDEPEND}" src_install() { emake DESTDIR="${D}" \ PREFIX="/usr" \ MANDIR="/usr/share/man/man1" \ INSTALL_PROGRAM="install" \ install dodoc README.md }