X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=x11-apps%2Finputplug%2Finputplug-9999.ebuild;fp=x11-apps%2Finputplug%2Finputplug-9999.ebuild;h=f14e7ddf7d476c38be092c5427e06e1d68e3984d;hp=0000000000000000000000000000000000000000;hb=8a08c9489ff076be086e4ce978cf915ef21b6af5;hpb=d6e083d00105f09bb396f104c9f1a72396e7a784 diff --git a/x11-apps/inputplug/inputplug-9999.ebuild b/x11-apps/inputplug/inputplug-9999.ebuild new file mode 100644 index 0000000..f14e7dd --- /dev/null +++ b/x11-apps/inputplug/inputplug-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="A daemon monitoring XInput events" +HOMEPAGE="https://bitbucket.org/andrew_shadura/inputplug/overview" +SRC_URI="http://bitbucket.org/andrew_shadura/inputplug/get/tip.tar.bz2 -> ${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=" + x11-libs/libXi + x11-libs/libX11 + " +RDEPEND="${DEPEND}" + +src_unpack() { + default_src_unpack + mv andrew_shadura-inputplug-* ${P} +} + +src_install() { + dobin ${PN} + doman ${PN}.1 +}