app-misc/intellimouse-ctl - 9999 (fol4)

Search

Package Information

Description:
CLI for Microsoft IntelliMouse
Homepage:
https://github.com/K-Visscher/intellimouse-ctl/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~x86 ~amd64 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=(python3_{8..14})
DISTUTILS_USE_PEP517=setuptools
inherit git-r3 distutils-r1

DESCRIPTION="CLI for Microsoft IntelliMouse"
HOMEPAGE="https://github.com/K-Visscher/intellimouse-ctl/"
EGIT_REPO_URI="https://gitlab.com/madsl/intellimouse-ctl/"
LICENSE="GPL-3"
RESTRICT="test"

KEYWORDS="~x86 ~amd64"
SLOT="0"
IUSE=""
RDEPEND=">=dev-python/hidapi-0.9.0[${PYTHON_USEDEP}]"

DEPEND="${RDEPEND}"



Dependencies

DEPEND

>=dev-python/hidapi-0.9.0[${PYTHON_USEDEP}]

RDEPEND

>=dev-python/hidapi-0.9.0[${PYTHON_USEDEP}]